Html Css Color HEX #097872 Pine Green

📋 copy color: '#097872'

red 9 ◦ green 120 ◦ blue 114

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

Shades of Pine Green #097872

Tints of Pine Green #097872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.38%

 BLUE value IS 114 (44.92% from 255) = 46.91%

R = 3.7%
G = 49.38%
B = 46.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#097872 (or 0x097872) is known color: Pine Green. HEX triplet: 09, 78 and 72. RGB value is (9,120,114). Sum of RGB (Red+Green+Blue) = 9+120+114=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #097872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097872 is #F6878D. Grayscale: #565656. Windows color (decimal): -16156558 or 7501833. OLE color: 7501833.

HSL color Cylindrical-coordinate representation of color #097872: hue angle of 176.76º 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 #097872 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 120 114 -
CMYK 0.92 0 0.05 0.53
HSL 176.76º 0.86% 0.25% -
HSV(B) 176.76º 0.93% 0.47% -
XYZ 9.87 14.71 18.24 -
YUV 86.13 143.73 72.99 -
System Red Green Blue C M Y K H S L
Decimal 9 120 114 0.92 0 0.05 0.53 176.76 0.86 0.25
Hex 9 78 72 5C 0 5 35 B1 56 19
Octal 11 170 162 134 0 5 65 261 126 31
Binary 1001 1111000 1110010 1011100 0 101 110101 10110001 1010110 11001

Color Harmonies of #097872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097872

Black with #097872

Text Example


Text Example

White with #097872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097872; }

 p { color: rgb(9,120,114); }

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

background-color css

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

 a { background-color: rgb(9,120,114); }

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

border-color css

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

 span { border-color: rgb(9,120,114); }

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