Html Css Color HEX #097469 Pine Green

📋 copy color: '#097469'

red 9 ◦ green 116 ◦ blue 105

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

Shades of Pine Green #097469

Tints of Pine Green #097469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.43%

 BLUE value IS 105 (41.41% from 255) = 45.65%

R = 3.91%
G = 50.43%
B = 45.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#097469 (or 0x097469) is known color: Pine Green. HEX triplet: 09, 74 and 69. RGB value is (9,116,105). Sum of RGB (Red+Green+Blue) = 9+116+105=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #097469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097469 is #F68B96. Grayscale: #525252. Windows color (decimal): -16157591 or 6910985. OLE color: 6910985.

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

Color convert

RGB 9 116 105 -
CMYK 0.92 0 0.09 0.55
HSL 173.83º 0.86% 0.25% -
HSV(B) 173.83º 0.92% 0.45% -
XYZ 8.91 13.57 15.51 -
YUV 82.75 140.55 75.39 -
System Red Green Blue C M Y K H S L
Decimal 9 116 105 0.92 0 0.09 0.55 173.83 0.86 0.25
Hex 9 74 69 5C 0 9 37 AE 56 19
Octal 11 164 151 134 0 11 67 256 126 31
Binary 1001 1110100 1101001 1011100 0 1001 110111 10101110 1010110 11001

Color Harmonies of #097469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097469

Black with #097469

Text Example


Text Example

White with #097469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097469; }

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

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

background-color css

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

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

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

border-color css

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

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

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