Html Css Color HEX #08764F Watercourse

📋 copy color: '#08764F'

red 8 ◦ green 118 ◦ blue 79

#08764F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #08764F

Tints of Watercourse #08764F

RGB

 RED value IS 8 (3.52% from 255) = 3.9%

 GREEN value IS 118 (46.48% from 255) = 57.56%

 BLUE value IS 79 (31.25% from 255) = 38.54%

R = 3.9%
G = 57.56%
B = 38.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#08764F (or 0x08764F) is known color: Watercourse. HEX triplet: 08, 76 and 4F. RGB value is (8,118,79). Sum of RGB (Red+Green+Blue) = 8+118+79=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #08764F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08764F is #F789B0. Grayscale: #505050. Windows color (decimal): -16222641 or 5207560. OLE color: 5207560.

HSL color Cylindrical-coordinate representation of color #08764F: hue angle of 158.73º 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 #08764F is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 118 79 -
CMYK 0.93 0 0.33 0.54
HSL 158.73º 0.87% 0.25% -
HSV(B) 158.73º 0.93% 0.46% -
XYZ 7.99 13.57 9.6 -
YUV 80.66 127.06 76.17 -
System Red Green Blue C M Y K H S L
Decimal 8 118 79 0.93 0 0.33 0.54 158.73 0.87 0.25
Hex 8 76 4F 5D 0 21 36 9F 57 19
Octal 10 166 117 135 0 41 66 237 127 31
Binary 1000 1110110 1001111 1011101 0 100001 110110 10011111 1010111 11001

Color Harmonies of #08764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08764F

Black with #08764F

Text Example


Text Example

White with #08764F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08764F; }

 p { color: rgb(8,118,79); }

 H1.HeaderClassName
 {
   color: #08764F;
 }
 .AnyTagClassName
 {
   color: #08764F;
 }
</style>

background-color css

<style>
 a { background-color: #08764F; }

 a { background-color: rgb(8,118,79); }

 div.DivClassName
 {
   background-color: #08764F;
 }
 .BgClassName
 {
   background-color: #08764F;
 }
</style>

border-color css

<style>
 span { border-color: #08764F; }

 span { border-color: rgb(8,118,79); }

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