Html Css Color HEX #097570 Pine Green

📋 copy color: '#097570'

red 9 ◦ green 117 ◦ blue 112

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

Shades of Pine Green #097570

Tints of Pine Green #097570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.16%

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

R = 3.78%
G = 49.16%
B = 47.06%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#097570 (or 0x097570) is known color: Pine Green. HEX triplet: 09, 75 and 70. RGB value is (9,117,112). Sum of RGB (Red+Green+Blue) = 9+117+112=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #097570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097570 is #F68A8F. Grayscale: #545454. Windows color (decimal): -16157328 or 7369993. OLE color: 7369993.

HSL color Cylindrical-coordinate representation of color #097570: hue angle of 177.22º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097570 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 117 112 -
CMYK 0.92 0 0.04 0.54
HSL 177.22º 0.86% 0.25% -
HSV(B) 177.22º 0.92% 0.46% -
XYZ 9.4 13.95 17.53 -
YUV 84.14 143.72 74.41 -
System Red Green Blue C M Y K H S L
Decimal 9 117 112 0.92 0 0.04 0.54 177.22 0.86 0.25
Hex 9 75 70 5C 0 4 36 B1 56 19
Octal 11 165 160 134 0 4 66 261 126 31
Binary 1001 1110101 1110000 1011100 0 100 110110 10110001 1010110 11001

Color Harmonies of #097570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097570

Black with #097570

Text Example


Text Example

White with #097570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097570; }

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

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

background-color css

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

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

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

border-color css

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

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

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