Html Css Color HEX #08726E Pine Green

📋 copy color: '#08726E'

red 8 ◦ green 114 ◦ blue 110

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

Shades of Pine Green #08726E

Tints of Pine Green #08726E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.14%

 BLUE value IS 110 (43.36% from 255) = 47.41%

R = 3.45%
G = 49.14%
B = 47.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#08726E (or 0x08726E) is known color: Pine Green. HEX triplet: 08, 72 and 6E. RGB value is (8,114,110). Sum of RGB (Red+Green+Blue) = 8+114+110=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #08726E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08726E is #F78D91. Grayscale: #515151. Windows color (decimal): -16223634 or 7238152. OLE color: 7238152.

HSL color Cylindrical-coordinate representation of color #08726E: hue angle of 177.74º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08726E is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 114 110 -
CMYK 0.93 0 0.04 0.55
HSL 177.74º 0.87% 0.24% -
HSV(B) 177.74º 0.93% 0.45% -
XYZ 8.93 13.21 16.83 -
YUV 81.85 143.88 75.33 -
System Red Green Blue C M Y K H S L
Decimal 8 114 110 0.93 0 0.04 0.55 177.74 0.87 0.24
Hex 8 72 6E 5D 0 4 37 B2 57 18
Octal 10 162 156 135 0 4 67 262 127 30
Binary 1000 1110010 1101110 1011101 0 100 110111 10110010 1010111 11000

Color Harmonies of #08726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08726E

Black with #08726E

Text Example


Text Example

White with #08726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08726E; }

 p { color: rgb(8,114,110); }

 H1.HeaderClassName
 {
   color: #08726E;
 }
 .AnyTagClassName
 {
   color: #08726E;
 }
</style>

background-color css

<style>
 a { background-color: #08726E; }

 a { background-color: rgb(8,114,110); }

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

border-color css

<style>
 span { border-color: #08726E; }

 span { border-color: rgb(8,114,110); }

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