#0B671E

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

Shades of Crusoe #0B671E

Tints of Crusoe #0B671E

Color information

#0B671E (or 0x0B671E) is unknown color: approx Crusoe. HEX triplet: 0B, 67 and 1E. RGB value is (11,103,30). Sum of RGB (Red+Green+Blue) = 11+103+30=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 103 (40.62% from 255 or 71.53% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 103 - color contains mainly: green. Hex color #0B671E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B671E is #F498E1. Grayscale: #434343. Windows color (decimal): -16029922 or 1992459. OLE color: 1992459.

HSL color Cylindrical-coordinate representation of color #0B671E: hue angle of 132.39º 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 #0B671E is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB1110330-
CMYK0.8900.710.60
HSL132.39º80.7%22.35%-
HSV(B)132.39º89.32%40.39%-
XYZ5.229.872.86-
YUV67.17107.0287.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.64%
GREEN value IS 103 (40.62% from 255) = 71.53%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=7.64%
G=71.53%
B=20.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal11103300.8900.710.60132.3980.722.35
HexB671E590473C845116
Octal131473613101077420412126
Binary101111001111111010110010100011111110010000100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B671E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,103,30); }

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

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

 a { background-color: rgb(11,103,30); }

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

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

 span { border-color: rgb(11,103,30); }

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