Html Css Color HEX #096F72 Pine Green

📋 copy color: '#096F72'

red 9 ◦ green 111 ◦ blue 114

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

Shades of Pine Green #096F72

Tints of Pine Green #096F72

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.44%

 BLUE value IS 114 (44.92% from 255) = 48.72%

R = 3.85%
G = 47.44%
B = 48.72%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096F72 (or 0x096F72) is known color: Pine Green. HEX triplet: 09, 6F and 72. RGB value is (9,111,114). Sum of RGB (Red+Green+Blue) = 9+111+114=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #096F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F72 is #F6908D. Grayscale: #505050. Windows color (decimal): -16158862 or 7499529. OLE color: 7499529.

HSL color Cylindrical-coordinate representation of color #096F72: hue angle of 181.71º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096F72 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 111 114 -
CMYK 0.92 0.03 0 0.55
HSL 181.71º 0.85% 0.24% -
HSV(B) 181.71º 0.92% 0.45% -
XYZ 8.83 12.64 17.89 -
YUV 80.84 146.71 76.76 -
System Red Green Blue C M Y K H S L
Decimal 9 111 114 0.92 0.03 0 0.55 181.71 0.85 0.24
Hex 9 6F 72 5C 3 0 37 B6 55 18
Octal 11 157 162 134 3 0 67 266 125 30
Binary 1001 1101111 1110010 1011100 11 0 110111 10110110 1010101 11000

Color Harmonies of #096F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F72

Black with #096F72

Text Example


Text Example

White with #096F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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