Html Css Color HEX #096F69 Pine Green

📋 copy color: '#096F69'

red 9 ◦ green 111 ◦ blue 105

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

Shades of Pine Green #096F69

Tints of Pine Green #096F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 46.67%

R = 4%
G = 49.33%
B = 46.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#096F69 (or 0x096F69) is known color: Pine Green. HEX triplet: 09, 6F and 69. RGB value is (9,111,105). Sum of RGB (Red+Green+Blue) = 9+111+105=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #096F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F69 is #F69096. Grayscale: #4F4F4F. Windows color (decimal): -16158871 or 6909705. OLE color: 6909705.

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

Color convert

RGB 9 111 105 -
CMYK 0.92 0 0.05 0.56
HSL 176.47º 0.85% 0.24% -
HSV(B) 176.47º 0.92% 0.44% -
XYZ 8.35 12.45 15.33 -
YUV 79.82 142.21 77.49 -
System Red Green Blue C M Y K H S L
Decimal 9 111 105 0.92 0 0.05 0.56 176.47 0.85 0.24
Hex 9 6F 69 5C 0 5 38 B0 55 18
Octal 11 157 151 134 0 5 70 260 125 30
Binary 1001 1101111 1101001 1011100 0 101 111000 10110000 1010101 11000

Color Harmonies of #096F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F69

Black with #096F69

Text Example


Text Example

White with #096F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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