Html Css Color HEX #098472 Pine Green

📋 copy color: '#098472'

red 9 ◦ green 132 ◦ blue 114

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

Shades of Pine Green #098472

Tints of Pine Green #098472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.76%

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

R = 3.53%
G = 51.76%
B = 44.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#098472 (or 0x098472) is known color: Pine Green. HEX triplet: 09, 84 and 72. RGB value is (9,132,114). Sum of RGB (Red+Green+Blue) = 9+132+114=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #098472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098472 is #F67B8D. Grayscale: #5D5D5D. Windows color (decimal): -16153486 or 7504905. OLE color: 7504905.

HSL color Cylindrical-coordinate representation of color #098472: hue angle of 171.22º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098472 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 132 114 -
CMYK 0.93 0 0.14 0.48
HSL 171.22º 0.87% 0.28% -
HSV(B) 171.22º 0.93% 0.52% -
XYZ 11.4 17.78 18.75 -
YUV 93.17 139.75 67.96 -
System Red Green Blue C M Y K H S L
Decimal 9 132 114 0.93 0 0.14 0.48 171.22 0.87 0.28
Hex 9 84 72 5D 0 E 30 AB 57 1C
Octal 11 204 162 135 0 16 60 253 127 34
Binary 1001 10000100 1110010 1011101 0 1110 110000 10101011 1010111 11100

Color Harmonies of #098472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098472

Black with #098472

Text Example


Text Example

White with #098472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098472; }

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

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

background-color css

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

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

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

border-color css

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

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

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