Html Css Color HEX #096F71 Pine Green

📋 copy color: '#096F71'

red 9 ◦ green 111 ◦ blue 113

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

Shades of Pine Green #096F71

Tints of Pine Green #096F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.5%

R = 3.86%
G = 47.64%
B = 48.5%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#096F71 (or 0x096F71) is known color: Pine Green. HEX triplet: 09, 6F and 71. RGB value is (9,111,113). Sum of RGB (Red+Green+Blue) = 9+111+113=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #096F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F71 is #F6908E. Grayscale: #505050. Windows color (decimal): -16158863 or 7433993. OLE color: 7433993.

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

Color convert

RGB 9 111 113 -
CMYK 0.92 0.02 0 0.56
HSL 181.15º 0.85% 0.24% -
HSV(B) 181.15º 0.92% 0.44% -
XYZ 8.78 12.62 17.6 -
YUV 80.73 146.21 76.84 -
System Red Green Blue C M Y K H S L
Decimal 9 111 113 0.92 0.02 0 0.56 181.15 0.85 0.24
Hex 9 6F 71 5C 2 0 38 B5 55 18
Octal 11 157 161 134 2 0 70 265 125 30
Binary 1001 1101111 1110001 1011100 10 0 111000 10110101 1010101 11000

Color Harmonies of #096F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F71

Black with #096F71

Text Example


Text Example

White with #096F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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