Html Css Color HEX #096F6B Pine Green

📋 copy color: '#096F6B'

red 9 ◦ green 111 ◦ blue 107

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

Shades of Pine Green #096F6B

Tints of Pine Green #096F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 47.14%

R = 3.96%
G = 48.9%
B = 47.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#096F6B (or 0x096F6B) is known color: Pine Green. HEX triplet: 09, 6F and 6B. RGB value is (9,111,107). Sum of RGB (Red+Green+Blue) = 9+111+107=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #096F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F6B is #F69094. Grayscale: #4F4F4F. Windows color (decimal): -16158869 or 7040777. OLE color: 7040777.

HSL color Cylindrical-coordinate representation of color #096F6B: hue angle of 177.65º 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 #096F6B is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 111 107 -
CMYK 0.92 0 0.04 0.56
HSL 177.65º 0.85% 0.24% -
HSV(B) 177.65º 0.92% 0.44% -
XYZ 8.45 12.49 15.88 -
YUV 80.05 143.21 77.33 -
System Red Green Blue C M Y K H S L
Decimal 9 111 107 0.92 0 0.04 0.56 177.65 0.85 0.24
Hex 9 6F 6B 5C 0 4 38 B2 55 18
Octal 11 157 153 134 0 4 70 262 125 30
Binary 1001 1101111 1101011 1011100 0 100 111000 10110010 1010101 11000

Color Harmonies of #096F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F6B

Black with #096F6B

Text Example


Text Example

White with #096F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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