Html Css Color HEX #098073 Pine Green

📋 copy color: '#098073'

red 9 ◦ green 128 ◦ blue 115

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

Shades of Pine Green #098073

Tints of Pine Green #098073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.79%

 BLUE value IS 115 (45.31% from 255) = 45.63%

R = 3.57%
G = 50.79%
B = 45.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#098073 (or 0x098073) is known color: Pine Green. HEX triplet: 09, 80 and 73. RGB value is (9,128,115). Sum of RGB (Red+Green+Blue) = 9+128+115=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #098073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098073 is #F67F8C. Grayscale: #5A5A5A. Windows color (decimal): -16154509 or 7569417. OLE color: 7569417.

HSL color Cylindrical-coordinate representation of color #098073: hue angle of 173.45º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098073 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 128 115 -
CMYK 0.93 0 0.10 0.50
HSL 173.45º 0.87% 0.27% -
HSV(B) 173.45º 0.93% 0.5% -
XYZ 10.93 16.73 18.87 -
YUV 90.94 141.58 69.56 -
System Red Green Blue C M Y K H S L
Decimal 9 128 115 0.93 0 0.10 0.50 173.45 0.87 0.27
Hex 9 80 73 5D 0 A 32 AD 57 1B
Octal 11 200 163 135 0 12 62 255 127 33
Binary 1001 10000000 1110011 1011101 0 1010 110010 10101101 1010111 11011

Color Harmonies of #098073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098073

Black with #098073

Text Example


Text Example

White with #098073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098073; }

 p { color: rgb(9,128,115); }

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

background-color css

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

 a { background-color: rgb(9,128,115); }

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

border-color css

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

 span { border-color: rgb(9,128,115); }

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