Html Css Color HEX #08766B Pine Green

📋 copy color: '#08766B'

red 8 ◦ green 118 ◦ blue 107

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

Shades of Pine Green #08766B

Tints of Pine Green #08766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.92%

R = 3.43%
G = 50.64%
B = 45.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#08766B (or 0x08766B) is known color: Pine Green. HEX triplet: 08, 76 and 6B. RGB value is (8,118,107). Sum of RGB (Red+Green+Blue) = 8+118+107=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #08766B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08766B is #F78994. Grayscale: #535353. Windows color (decimal): -16222613 or 7042568. OLE color: 7042568.

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

Color convert

RGB 8 118 107 -
CMYK 0.93 0 0.09 0.54
HSL 174º 0.87% 0.25% -
HSV(B) 174º 0.93% 0.46% -
XYZ 9.23 14.07 16.14 -
YUV 83.86 141.06 73.89 -
System Red Green Blue C M Y K H S L
Decimal 8 118 107 0.93 0 0.09 0.54 174 0.87 0.25
Hex 8 76 6B 5D 0 9 36 AE 57 19
Octal 10 166 153 135 0 11 66 256 127 31
Binary 1000 1110110 1101011 1011101 0 1001 110110 10101110 1010111 11001

Color Harmonies of #08766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08766B

Black with #08766B

Text Example


Text Example

White with #08766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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