Html Css Color HEX #08764B Watercourse

📋 copy color: '#08764B'

red 8 ◦ green 118 ◦ blue 75

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

Shades of Watercourse #08764B

Tints of Watercourse #08764B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 37.31%

R = 3.98%
G = 58.71%
B = 37.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#08764B (or 0x08764B) is known color: Watercourse. HEX triplet: 08, 76 and 4B. RGB value is (8,118,75). Sum of RGB (Red+Green+Blue) = 8+118+75=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #08764B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08764B is #F789B4. Grayscale: #505050. Windows color (decimal): -16222645 or 4945416. OLE color: 4945416.

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

Color convert

RGB 8 118 75 -
CMYK 0.93 0 0.36 0.54
HSL 156.55º 0.87% 0.25% -
HSV(B) 156.55º 0.93% 0.46% -
XYZ 7.85 13.52 8.85 -
YUV 80.21 125.06 76.5 -
System Red Green Blue C M Y K H S L
Decimal 8 118 75 0.93 0 0.36 0.54 156.55 0.87 0.25
Hex 8 76 4B 5D 0 24 36 9D 57 19
Octal 10 166 113 135 0 44 66 235 127 31
Binary 1000 1110110 1001011 1011101 0 100100 110110 10011101 1010111 11001

Color Harmonies of #08764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08764B

Black with #08764B

Text Example


Text Example

White with #08764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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