#0E681B

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

Shades of Crusoe #0E681B

Tints of Crusoe #0E681B

Color information

#0E681B (or 0x0E681B) is unknown color: approx Crusoe. HEX triplet: 0E, 68 and 1B. RGB value is (14,104,27). Sum of RGB (Red+Green+Blue) = 14+104+27=145 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.66% from 145); Green value is 104 (41.02% from 255 or 71.72% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 104 - color contains mainly: green. Hex color #0E681B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E681B is #F197E4. Grayscale: #444444. Windows color (decimal): -15833061 or 1796110. OLE color: 1796110.

HSL color Cylindrical-coordinate representation of color #0E681B: hue angle of 128.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E681B is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB1410427-
CMYK0.8700.740.59
HSL128.67º76.27%23.14%-
HSV(B)128.67º86.54%40.78%-
XYZ5.3310.072.7-
YUV68.31104.6889.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.66%
GREEN value IS 104 (41.02% from 255) = 71.72%
BLUE value IS 27 (10.94% from 255) = 18.62%
R=9.66%
G=71.72%
B=18.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal14104270.8700.740.59128.6776.2723.14
HexE681B5704A3B814c17
Octal161503312701127320111427
Binary111011010001101110101110100101011101110000001100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E681B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,104,27); }

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

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

 a { background-color: rgb(14,104,27); }

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

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

 span { border-color: rgb(14,104,27); }

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