Html Css Color HEX #08756B Pine Green

📋 copy color: '#08756B'

red 8 ◦ green 117 ◦ blue 107

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

Shades of Pine Green #08756B

Tints of Pine Green #08756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.43%

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

R = 3.45%
G = 50.43%
B = 46.12%

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

#08756B (or 0x08756B) is known color: Pine Green. HEX triplet: 08, 75 and 6B. RGB value is (8,117,107). Sum of RGB (Red+Green+Blue) = 8+117+107=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #08756B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08756B is #F78A94. Grayscale: #535353. Windows color (decimal): -16222869 or 7042312. OLE color: 7042312.

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

Color convert

RGB 8 117 107 -
CMYK 0.93 0 0.09 0.54
HSL 174.5º 0.87% 0.25% -
HSV(B) 174.5º 0.93% 0.46% -
XYZ 9.12 13.84 16.1 -
YUV 83.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 8 117 107 0.93 0 0.09 0.54 174.5 0.87 0.25
Hex 8 75 6B 5D 0 9 36 AE 57 19
Octal 10 165 153 135 0 11 66 256 127 31
Binary 1000 1110101 1101011 1011101 0 1001 110110 10101110 1010111 11001

Color Harmonies of #08756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08756B

Black with #08756B

Text Example


Text Example

White with #08756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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