#096F27

Color #096F27 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #096F27

Tints of Crusoe #096F27

Color information

#096F27 (or 0x096F27) is unknown color: approx Crusoe. HEX triplet: 09, 6F and 27. RGB value is (9,111,39). Sum of RGB (Red+Green+Blue) = 9+111+39=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 111 (43.75% from 255 or 69.81% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 111 - color contains mainly: green. Hex color #096F27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096F27 is #F690D8. Grayscale: #484848. Windows color (decimal): -16158937 or 2584329. OLE color: 2584329.

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

Color convert

RGB911139-
CMYK0.9200.650.56
HSL137.65º85%23.53%-
HSV(B)137.65º91.89%43.53%-
XYZ6.1611.573.83-
YUV72.29109.2182.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.66%
GREEN value IS 111 (43.75% from 255) = 69.81%
BLUE value IS 39 (15.62% from 255) = 24.53%
R=5.66%
G=69.81%
B=24.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9111390.9200.650.56137.658523.53
Hex96F275C041388a5518
Octal111574713401017021212530
Binary1001110111110011110111000100000111100010001010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #096F27;
 }
 .AnyTagClassName
 {
   color: #096F27;
 }
</style>
background-color css

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

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

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

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

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

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