Html Css Color HEX #08726A Pine Green

📋 copy color: '#08726A'

red 8 ◦ green 114 ◦ blue 106

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

Shades of Pine Green #08726A

Tints of Pine Green #08726A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 46.49%

R = 3.51%
G = 50%
B = 46.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#08726A (or 0x08726A) is known color: Pine Green. HEX triplet: 08, 72 and 6A. RGB value is (8,114,106). Sum of RGB (Red+Green+Blue) = 8+114+106=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #08726A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08726A is #F78D95. Grayscale: #515151. Windows color (decimal): -16223638 or 6976008. OLE color: 6976008.

HSL color Cylindrical-coordinate representation of color #08726A: hue angle of 175.47º 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 #08726A is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 114 106 -
CMYK 0.93 0 0.07 0.55
HSL 175.47º 0.87% 0.24% -
HSV(B) 175.47º 0.93% 0.45% -
XYZ 8.72 13.13 15.71 -
YUV 81.39 141.88 75.65 -
System Red Green Blue C M Y K H S L
Decimal 8 114 106 0.93 0 0.07 0.55 175.47 0.87 0.24
Hex 8 72 6A 5D 0 7 37 AF 57 18
Octal 10 162 152 135 0 7 67 257 127 30
Binary 1000 1110010 1101010 1011101 0 111 110111 10101111 1010111 11000

Color Harmonies of #08726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08726A

Black with #08726A

Text Example


Text Example

White with #08726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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