#0B661A

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

Shades of Crusoe #0B661A

Tints of Crusoe #0B661A

Color information

#0B661A (or 0x0B661A) is unknown color: approx Crusoe. HEX triplet: 0B, 66 and 1A. RGB value is (11,102,26). Sum of RGB (Red+Green+Blue) = 11+102+26=139 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.91% from 139); Green value is 102 (40.23% from 255 or 73.38% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 102 - color contains mainly: green. Hex color #0B661A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B661A is #F499E5. Grayscale: #424242. Windows color (decimal): -16030182 or 1730059. OLE color: 1730059.

HSL color Cylindrical-coordinate representation of color #0B661A: hue angle of 129.89º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B661A is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1110226-
CMYK0.8900.750.6
HSL129.89º80.53%22.16%-
HSV(B)129.89º89.22%40%-
XYZ5.089.652.57-
YUV66.13105.3588.68-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.91%
GREEN value IS 102 (40.23% from 255) = 73.38%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=7.91%
G=73.38%
B=18.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal11102260.8900.750.6129.8980.5322.16
HexB661A5904B3C825116
Octal131463213101137420212126
Binary101111001101101010110010100101111110010000010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B661A; }

 p { color: rgb(11,102,26); }

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

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

 a { background-color: rgb(11,102,26); }

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

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

 span { border-color: rgb(11,102,26); }

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