Html Css Color HEX #08746F Pine Green

📋 copy color: '#08746F'

red 8 ◦ green 116 ◦ blue 111

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

Shades of Pine Green #08746F

Tints of Pine Green #08746F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.36%

 BLUE value IS 111 (43.75% from 255) = 47.23%

R = 3.4%
G = 49.36%
B = 47.23%

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

#08746F (or 0x08746F) is known color: Pine Green. HEX triplet: 08, 74 and 6F. RGB value is (8,116,111). Sum of RGB (Red+Green+Blue) = 8+116+111=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #08746F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08746F is #F78B90. Grayscale: #535353. Windows color (decimal): -16223121 or 7304200. OLE color: 7304200.

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

Color convert

RGB 8 116 111 -
CMYK 0.93 0 0.04 0.55
HSL 177.22º 0.87% 0.24% -
HSV(B) 177.22º 0.93% 0.45% -
XYZ 9.21 13.69 17.2 -
YUV 83.14 143.72 74.41 -
System Red Green Blue C M Y K H S L
Decimal 8 116 111 0.93 0 0.04 0.55 177.22 0.87 0.24
Hex 8 74 6F 5D 0 4 37 B1 57 18
Octal 10 164 157 135 0 4 67 261 127 30
Binary 1000 1110100 1101111 1011101 0 100 110111 10110001 1010111 11000

Color Harmonies of #08746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08746F

Black with #08746F

Text Example


Text Example

White with #08746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08746F; }

 p { color: rgb(8,116,111); }

 H1.HeaderClassName
 {
   color: #08746F;
 }
 .AnyTagClassName
 {
   color: #08746F;
 }
</style>

background-color css

<style>
 a { background-color: #08746F; }

 a { background-color: rgb(8,116,111); }

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

border-color css

<style>
 span { border-color: #08746F; }

 span { border-color: rgb(8,116,111); }

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