#08754A

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

Shades of Watercourse #08754A

Tints of Watercourse #08754A

Color information

#08754A (or 0x08754A) is unknown color: approx Watercourse. HEX triplet: 08, 75 and 4A. RGB value is (8,117,74). Sum of RGB (Red+Green+Blue) = 8+117+74=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #08754A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08754A is #F78AB5. Grayscale: #4F4F4F. Windows color (decimal): -16222902 or 4879624. OLE color: 4879624.

HSL color Cylindrical-coordinate representation of color #08754A: hue angle of 156.33º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08754A is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB811774-
CMYK0.9300.370.54
HSL156.33º87.2%24.51%-
HSV(B)156.33º93.16%45.88%-
XYZ7.713.278.63-
YUV79.51124.8977-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.02%
GREEN value IS 117 (46.09% from 255) = 58.79%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=4.02%
G=58.79%
B=37.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8117740.9300.370.54156.3387.224.51
Hex8754A5D025369c5719
Octal101651121350456623412731
Binary1000111010110010101011101010010111011010011100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08754A; }

 p { color: rgb(8,117,74); }

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

<style>
 a { background-color: #08754A; }

 a { background-color: rgb(8,117,74); }

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

<style>
 span { border-color: #08754A; }

 span { border-color: rgb(8,117,74); }

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