#0A681E

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

Shades of Crusoe #0A681E

Tints of Crusoe #0A681E

Color information

#0A681E (or 0x0A681E) is unknown color: approx Crusoe. HEX triplet: 0A, 68 and 1E. RGB value is (10,104,30). Sum of RGB (Red+Green+Blue) = 10+104+30=144 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.94% from 144); Green value is 104 (41.02% from 255 or 72.22% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 104 - color contains mainly: green. Hex color #0A681E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A681E is #F597E1. Grayscale: #434343. Windows color (decimal): -16095202 or 1992714. OLE color: 1992714.

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

Color convert

RGB1010430-
CMYK0.9000.710.59
HSL132.77º82.46%22.35%-
HSV(B)132.77º90.38%40.78%-
XYZ5.3110.062.89-
YUV67.46106.8687.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.94%
GREEN value IS 104 (41.02% from 255) = 72.22%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=6.94%
G=72.22%
B=20.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10104300.9000.710.59132.7782.4622.35
HexA681E5A0473B855216
Octal121503613201077320512226
Binary101011010001111010110100100011111101110000101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,104,30); }

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

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

 a { background-color: rgb(10,104,30); }

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

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

 span { border-color: rgb(10,104,30); }

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