Html Css Color HEX #08746C Pine Green

📋 copy color: '#08746C'

red 8 ◦ green 116 ◦ blue 108

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

Shades of Pine Green #08746C

Tints of Pine Green #08746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.55%

R = 3.45%
G = 50%
B = 46.55%

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

#08746C (or 0x08746C) is known color: Pine Green. HEX triplet: 08, 74 and 6C. RGB value is (8,116,108). Sum of RGB (Red+Green+Blue) = 8+116+108=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #08746C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08746C is #F78B93. Grayscale: #525252. Windows color (decimal): -16223124 or 7107592. OLE color: 7107592.

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

Color convert

RGB 8 116 108 -
CMYK 0.93 0 0.07 0.55
HSL 175.56º 0.87% 0.24% -
HSV(B) 175.56º 0.93% 0.45% -
XYZ 9.05 13.63 16.34 -
YUV 82.8 142.22 74.65 -
System Red Green Blue C M Y K H S L
Decimal 8 116 108 0.93 0 0.07 0.55 175.56 0.87 0.24
Hex 8 74 6C 5D 0 7 37 B0 57 18
Octal 10 164 154 135 0 7 67 260 127 30
Binary 1000 1110100 1101100 1011101 0 111 110111 10110000 1010111 11000

Color Harmonies of #08746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08746C

Black with #08746C

Text Example


Text Example

White with #08746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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