Html Css Color HEX #097D6F Pine Green

📋 copy color: '#097D6F'

red 9 ◦ green 125 ◦ blue 111

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

Shades of Pine Green #097D6F

Tints of Pine Green #097D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.31%

R = 3.67%
G = 51.02%
B = 45.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#097D6F (or 0x097D6F) is known color: Pine Green. HEX triplet: 09, 7D and 6F. RGB value is (9,125,111). Sum of RGB (Red+Green+Blue) = 9+125+111=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 125 (49.22% from 255 or 51.02% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 125 - color contains mainly: green. Hex color #097D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097D6F is #F68290. Grayscale: #585858. Windows color (decimal): -16155281 or 7306505. OLE color: 7306505.

HSL color Cylindrical-coordinate representation of color #097D6F: hue angle of 172.76º 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 #097D6F is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 125 111 -
CMYK 0.93 0 0.11 0.51
HSL 172.76º 0.87% 0.26% -
HSV(B) 172.76º 0.93% 0.49% -
XYZ 10.32 15.87 17.56 -
YUV 88.72 140.57 71.14 -
System Red Green Blue C M Y K H S L
Decimal 9 125 111 0.93 0 0.11 0.51 172.76 0.87 0.26
Hex 9 7D 6F 5D 0 B 33 AD 57 1A
Octal 11 175 157 135 0 13 63 255 127 32
Binary 1001 1111101 1101111 1011101 0 1011 110011 10101101 1010111 11010

Color Harmonies of #097D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097D6F

Black with #097D6F

Text Example


Text Example

White with #097D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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