#07634C

Color #07634C Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #07634C

Tints of Watercourse #07634C

Color information

#07634C (or 0x07634C) is unknown color: approx Watercourse. HEX triplet: 07, 63 and 4C. RGB value is (7,99,76). Sum of RGB (Red+Green+Blue) = 7+99+76=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #07634C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07634C is #F89CB3. Grayscale: #444444. Windows color (decimal): -16293044 or 5006087. OLE color: 5006087.

HSL color Cylindrical-coordinate representation of color #07634C: hue angle of 165º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07634C is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB79976-
CMYK0.9300.230.61
HSL165º86.79%20.78%-
HSV(B)165º92.93%38.82%-
XYZ5.859.498.36-
YUV68.87132.0283.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 3.85%
GREEN value IS 99 (39.06% from 255) = 54.40%
BLUE value IS 76 (30.08% from 255) = 41.76%
R=3.85%
G=54.40%
B=41.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal799760.9300.230.6116586.7920.78
Hex7634C5D0173Da55715
Octal71431141350277524512725
Binary11111000111001100101110101011111110110100101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07634C; }

 p { color: rgb(7,99,76); }

 H1.HeaderClassName
 {
   color: #07634C;
 }
 .AnyTagClassName
 {
   color: #07634C;
 }
</style>
background-color css

<style>
 a { background-color: #07634C; }

 a { background-color: rgb(7,99,76); }

 div.DivClassName
 {
   background-color: #07634C;
 }
 .BgClassName
 {
   background-color: #07634C;
 }
</style>
border-color css

<style>
 span { border-color: #07634C; }

 span { border-color: rgb(7,99,76); }

 td.TdClassName
 {
   border-color: #07634C;
 }
 .TagClassName
 {
   border-color: #07634C;
 }
</style>