Html Css Color HEX #097970 Pine Green

📋 copy color: '#097970'

red 9 ◦ green 121 ◦ blue 112

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

Shades of Pine Green #097970

Tints of Pine Green #097970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50%

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

R = 3.72%
G = 50%
B = 46.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#097970 (or 0x097970) is known color: Pine Green. HEX triplet: 09, 79 and 70. RGB value is (9,121,112). Sum of RGB (Red+Green+Blue) = 9+121+112=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #097970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097970 is #F6868F. Grayscale: #565656. Windows color (decimal): -16156304 or 7371017. OLE color: 7371017.

HSL color Cylindrical-coordinate representation of color #097970: hue angle of 175.18º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097970 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 121 112 -
CMYK 0.93 0 0.07 0.53
HSL 175.18º 0.86% 0.25% -
HSV(B) 175.18º 0.93% 0.47% -
XYZ 9.87 14.9 17.69 -
YUV 86.49 142.39 72.73 -
System Red Green Blue C M Y K H S L
Decimal 9 121 112 0.93 0 0.07 0.53 175.18 0.86 0.25
Hex 9 79 70 5D 0 7 35 AF 56 19
Octal 11 171 160 135 0 7 65 257 126 31
Binary 1001 1111001 1110000 1011101 0 111 110101 10101111 1010110 11001

Color Harmonies of #097970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097970

Black with #097970

Text Example


Text Example

White with #097970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097970; }

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

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

background-color css

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

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

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

border-color css

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

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

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