#0B6925

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

Shades of Crusoe #0B6925

Tints of Crusoe #0B6925

Color information

#0B6925 (or 0x0B6925) is unknown color: approx Crusoe. HEX triplet: 0B, 69 and 25. RGB value is (11,105,37). Sum of RGB (Red+Green+Blue) = 11+105+37=153 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.19% from 153); Green value is 105 (41.41% from 255 or 68.63% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 105 - color contains mainly: green. Hex color #0B6925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6925 is #F496DA. Grayscale: #454545. Windows color (decimal): -16029403 or 2451723. OLE color: 2451723.

HSL color Cylindrical-coordinate representation of color #0B6925: hue angle of 136.6º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6925 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB1110537-
CMYK0.9000.650.59
HSL136.6º81.03%22.75%-
HSV(B)136.6º89.52%41.18%-
XYZ5.5210.313.45-
YUV69.14109.8686.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.19%
GREEN value IS 105 (41.41% from 255) = 68.63%
BLUE value IS 37 (14.84% from 255) = 24.18%
R=7.19%
G=68.63%
B=24.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11105370.9000.650.59136.681.0322.75
HexB69255A0413B895117
Octal131514513201017321112127
Binary1011110100110010110110100100000111101110001001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,105,37); }

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

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

 a { background-color: rgb(11,105,37); }

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

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

 span { border-color: rgb(11,105,37); }

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