#09691B

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

Shades of Crusoe #09691B

Tints of Crusoe #09691B

Color information

#09691B (or 0x09691B) is unknown color: approx Crusoe. HEX triplet: 09, 69 and 1B. RGB value is (9,105,27). Sum of RGB (Red+Green+Blue) = 9+105+27=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 105 (41.41% from 255 or 74.47% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 105 - color contains mainly: green. Hex color #09691B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09691B is #F696E4. Grayscale: #434343. Windows color (decimal): -16160485 or 1796361. OLE color: 1796361.

HSL color Cylindrical-coordinate representation of color #09691B: hue angle of 131.25º 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 #09691B is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB910527-
CMYK0.9100.740.59
HSL131.25º84.21%22.35%-
HSV(B)131.25º91.43%41.18%-
XYZ5.3610.242.73-
YUV67.4105.286.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 105 (41.41% from 255) = 74.47%
BLUE value IS 27 (10.94% from 255) = 19.15%
R=6.38%
G=74.47%
B=19.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9105270.9100.740.59131.2584.2122.35
Hex9691B5B04A3B835416
Octal111513313301127320312426
Binary100111010011101110110110100101011101110000011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09691B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09691B; }

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

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

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

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

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

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

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

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