Html Css Color HEX #098474 Pine Green

📋 copy color: '#098474'

red 9 ◦ green 132 ◦ blue 116

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

Shades of Pine Green #098474

Tints of Pine Green #098474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.14%

R = 3.5%
G = 51.36%
B = 45.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#098474 (or 0x098474) is known color: Pine Green. HEX triplet: 09, 84 and 74. RGB value is (9,132,116). Sum of RGB (Red+Green+Blue) = 9+132+116=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #098474 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098474 is #F67B8B. Grayscale: #5D5D5D. Windows color (decimal): -16153484 or 7635977. OLE color: 7635977.

HSL color Cylindrical-coordinate representation of color #098474: hue angle of 172.2º 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 #098474 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 132 116 -
CMYK 0.93 0 0.12 0.48
HSL 172.2º 0.87% 0.28% -
HSV(B) 172.2º 0.93% 0.52% -
XYZ 11.52 17.82 19.36 -
YUV 93.4 140.75 67.8 -
System Red Green Blue C M Y K H S L
Decimal 9 132 116 0.93 0 0.12 0.48 172.2 0.87 0.28
Hex 9 84 74 5D 0 C 30 AC 57 1C
Octal 11 204 164 135 0 14 60 254 127 34
Binary 1001 10000100 1110100 1011101 0 1100 110000 10101100 1010111 11100

Color Harmonies of #098474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098474

Black with #098474

Text Example


Text Example

White with #098474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098474; }

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

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

background-color css

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

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

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

border-color css

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

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

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