Html Css Color HEX #098070 Pine Green

📋 copy color: '#098070'

red 9 ◦ green 128 ◦ blue 112

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

Shades of Pine Green #098070

Tints of Pine Green #098070

RGB

 RED value IS 9 (3.91% from 255) = 3.61%

 GREEN value IS 128 (50.39% from 255) = 51.41%

 BLUE value IS 112 (44.14% from 255) = 44.98%

R = 3.61%
G = 51.41%
B = 44.98%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#098070 (or 0x098070) is known color: Pine Green. HEX triplet: 09, 80 and 70. RGB value is (9,128,112). Sum of RGB (Red+Green+Blue) = 9+128+112=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #098070 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098070 is #F67F8F. Grayscale: #5A5A5A. Windows color (decimal): -16154512 or 7372809. OLE color: 7372809.

HSL color Cylindrical-coordinate representation of color #098070: hue angle of 171.93º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098070 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 128 112 -
CMYK 0.93 0 0.12 0.50
HSL 171.93º 0.87% 0.27% -
HSV(B) 171.93º 0.93% 0.5% -
XYZ 10.76 16.67 17.98 -
YUV 90.6 140.08 69.8 -
System Red Green Blue C M Y K H S L
Decimal 9 128 112 0.93 0 0.12 0.50 171.93 0.87 0.27
Hex 9 80 70 5D 0 C 32 AC 57 1B
Octal 11 200 160 135 0 14 62 254 127 33
Binary 1001 10000000 1110000 1011101 0 1100 110010 10101100 1010111 11011

Color Harmonies of #098070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098070

Black with #098070

Text Example


Text Example

White with #098070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098070; }

 p { color: rgb(9,128,112); }

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

background-color css

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

 a { background-color: rgb(9,128,112); }

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

border-color css

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

 span { border-color: rgb(9,128,112); }

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