#096731

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

Shades of Crusoe #096731

Tints of Crusoe #096731

Color information

#096731 (or 0x096731) is unknown color: approx Crusoe. HEX triplet: 09, 67 and 31. RGB value is (9,103,49). Sum of RGB (Red+Green+Blue) = 9+103+49=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 103 (40.62% from 255 or 63.98% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 103 - color contains mainly: green. Hex color #096731 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096731 is #F698CE. Grayscale: #444444. Windows color (decimal): -16160975 or 3237641. OLE color: 3237641.

HSL color Cylindrical-coordinate representation of color #096731: hue angle of 145.53º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096731 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB910349-
CMYK0.9100.520.60
HSL145.53º83.93%21.96%-
HSV(B)145.53º91.26%40.39%-
XYZ5.529.984.54-
YUV68.74116.8685.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.59%
GREEN value IS 103 (40.62% from 255) = 63.98%
BLUE value IS 49 (19.53% from 255) = 30.43%
R=5.59%
G=63.98%
B=30.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9103490.9100.520.60145.5383.9321.96
Hex967315B0343C925416
Octal11147611330647422212426
Binary100111001111100011011011011010011110010010010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096731; }

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

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

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

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

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

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

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

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