Html Css Color HEX #096F67 Pine Green

📋 copy color: '#096F67'

red 9 ◦ green 111 ◦ blue 103

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

Shades of Pine Green #096F67

Tints of Pine Green #096F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 46.19%

R = 4.04%
G = 49.78%
B = 46.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#096F67 (or 0x096F67) is known color: Pine Green. HEX triplet: 09, 6F and 67. RGB value is (9,111,103). Sum of RGB (Red+Green+Blue) = 9+111+103=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #096F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F67 is #F69098. Grayscale: #4F4F4F. Windows color (decimal): -16158873 or 6778633. OLE color: 6778633.

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

Color convert

RGB 9 111 103 -
CMYK 0.92 0 0.07 0.56
HSL 175.29º 0.85% 0.24% -
HSV(B) 175.29º 0.92% 0.44% -
XYZ 8.25 12.41 14.79 -
YUV 79.59 141.21 77.65 -
System Red Green Blue C M Y K H S L
Decimal 9 111 103 0.92 0 0.07 0.56 175.29 0.85 0.24
Hex 9 6F 67 5C 0 7 38 AF 55 18
Octal 11 157 147 134 0 7 70 257 125 30
Binary 1001 1101111 1100111 1011100 0 111 111000 10101111 1010101 11000

Color Harmonies of #096F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F67

Black with #096F67

Text Example


Text Example

White with #096F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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