#07644B

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

Shades of Watercourse #07644B

Tints of Watercourse #07644B

Color information

#07644B (or 0x07644B) is unknown color: approx Watercourse. HEX triplet: 07, 64 and 4B. RGB value is (7,100,75). Sum of RGB (Red+Green+Blue) = 7+100+75=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 100 (39.45% from 255 or 54.95% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 100 - color contains mainly: green. Hex color #07644B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07644B is #F89BB4. Grayscale: #454545. Windows color (decimal): -16292789 or 4940807. OLE color: 4940807.

HSL color Cylindrical-coordinate representation of color #07644B: hue angle of 163.87º 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 #07644B is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB710075-
CMYK0.9300.250.61
HSL163.87º86.92%20.98%-
HSV(B)163.87º93%39.22%-
XYZ5.919.678.21-
YUV69.34131.1983.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.85%
GREEN value IS 100 (39.45% from 255) = 54.95%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=3.85%
G=54.95%
B=41.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7100750.9300.250.61163.8786.9220.98
Hex7644B5D0193Da45715
Octal71441131350317524412725
Binary11111001001001011101110101100111110110100100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07644B; }

 p { color: rgb(7,100,75); }

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

<style>
 a { background-color: #07644B; }

 a { background-color: rgb(7,100,75); }

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

<style>
 span { border-color: #07644B; }

 span { border-color: rgb(7,100,75); }

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