Html Css Color HEX #087069 Pine Green

📋 copy color: '#087069'

red 8 ◦ green 112 ◦ blue 105

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

Shades of Pine Green #087069

Tints of Pine Green #087069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.78%

 BLUE value IS 105 (41.41% from 255) = 46.67%

R = 3.56%
G = 49.78%
B = 46.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#087069 (or 0x087069) is known color: Pine Green. HEX triplet: 08, 70 and 69. RGB value is (8,112,105). Sum of RGB (Red+Green+Blue) = 8+112+105=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #087069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087069 is #F78F96. Grayscale: #505050. Windows color (decimal): -16224151 or 6909960. OLE color: 6909960.

HSL color Cylindrical-coordinate representation of color #087069: hue angle of 175.96º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087069 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 112 105 -
CMYK 0.93 0 0.06 0.56
HSL 175.96º 0.87% 0.24% -
HSV(B) 175.96º 0.93% 0.44% -
XYZ 8.44 12.66 15.36 -
YUV 80.11 142.04 76.57 -
System Red Green Blue C M Y K H S L
Decimal 8 112 105 0.93 0 0.06 0.56 175.96 0.87 0.24
Hex 8 70 69 5D 0 6 38 B0 57 18
Octal 10 160 151 135 0 6 70 260 127 30
Binary 1000 1110000 1101001 1011101 0 110 111000 10110000 1010111 11000

Color Harmonies of #087069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087069

Black with #087069

Text Example


Text Example

White with #087069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087069; }

 p { color: rgb(8,112,105); }

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

background-color css

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

 a { background-color: rgb(8,112,105); }

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

border-color css

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

 span { border-color: rgb(8,112,105); }

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