Html Css Color HEX #087068 Pine Green

📋 copy color: '#087068'

red 8 ◦ green 112 ◦ blue 104

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

Shades of Pine Green #087068

Tints of Pine Green #087068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.43%

R = 3.57%
G = 50%
B = 46.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#087068 (or 0x087068) is known color: Pine Green. HEX triplet: 08, 70 and 68. RGB value is (8,112,104). Sum of RGB (Red+Green+Blue) = 8+112+104=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #087068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087068 is #F78F97. Grayscale: #4F4F4F. Windows color (decimal): -16224152 or 6844424. OLE color: 6844424.

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

Color convert

RGB 8 112 104 -
CMYK 0.93 0 0.07 0.56
HSL 175.38º 0.87% 0.24% -
HSV(B) 175.38º 0.93% 0.44% -
XYZ 8.39 12.64 15.09 -
YUV 79.99 141.54 76.65 -
System Red Green Blue C M Y K H S L
Decimal 8 112 104 0.93 0 0.07 0.56 175.38 0.87 0.24
Hex 8 70 68 5D 0 7 38 AF 57 18
Octal 10 160 150 135 0 7 70 257 127 30
Binary 1000 1110000 1101000 1011101 0 111 111000 10101111 1010111 11000

Color Harmonies of #087068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087068

Black with #087068

Text Example


Text Example

White with #087068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087068; }

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

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

background-color css

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

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

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

border-color css

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

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

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