#09681F

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

Shades of Crusoe #09681F

Tints of Crusoe #09681F

Color information

#09681F (or 0x09681F) is unknown color: approx Crusoe. HEX triplet: 09, 68 and 1F. RGB value is (9,104,31). Sum of RGB (Red+Green+Blue) = 9+104+31=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 104 (41.02% from 255 or 72.22% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 104 - color contains mainly: green. Hex color #09681F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09681F is #F697E0. Grayscale: #434343. Windows color (decimal): -16160737 or 2058249. OLE color: 2058249.

HSL color Cylindrical-coordinate representation of color #09681F: hue angle of 133.89º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09681F is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB910431-
CMYK0.9100.700.59
HSL133.89º84.07%22.16%-
HSV(B)133.89º91.35%40.78%-
XYZ5.3110.062.96-
YUV67.27107.5386.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.25%
GREEN value IS 104 (41.02% from 255) = 72.22%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=6.25%
G=72.22%
B=21.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9104310.9100.700.59133.8984.0722.16
Hex9681F5B0463B865416
Octal111503713301067320612426
Binary100111010001111110110110100011011101110000110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09681F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09681F; }

 p { color: rgb(9,104,31); }

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

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

 a { background-color: rgb(9,104,31); }

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

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

 span { border-color: rgb(9,104,31); }

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