Html Css Color HEX #097D69 Pine Green

📋 copy color: '#097D69'

red 9 ◦ green 125 ◦ blue 105

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

Shades of Pine Green #097D69

Tints of Pine Green #097D69

RGB

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

 GREEN value IS 125 (49.22% from 255) = 52.3%

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

R = 3.77%
G = 52.3%
B = 43.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#097D69 (or 0x097D69) is known color: Pine Green. HEX triplet: 09, 7D and 69. RGB value is (9,125,105). Sum of RGB (Red+Green+Blue) = 9+125+105=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 125 (49.22% from 255 or 52.30% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 125 - color contains mainly: green. Hex color #097D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097D69 is #F68296. Grayscale: #585858. Windows color (decimal): -16155287 or 6913289. OLE color: 6913289.

HSL color Cylindrical-coordinate representation of color #097D69: hue angle of 169.66º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097D69 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 125 105 -
CMYK 0.93 0 0.16 0.51
HSL 169.66º 0.87% 0.26% -
HSV(B) 169.66º 0.93% 0.49% -
XYZ 10 15.75 15.88 -
YUV 88.04 137.57 71.63 -
System Red Green Blue C M Y K H S L
Decimal 9 125 105 0.93 0 0.16 0.51 169.66 0.87 0.26
Hex 9 7D 69 5D 0 10 33 AA 57 1A
Octal 11 175 151 135 0 20 63 252 127 32
Binary 1001 1111101 1101001 1011101 0 10000 110011 10101010 1010111 11010

Color Harmonies of #097D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097D69

Black with #097D69

Text Example


Text Example

White with #097D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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