#0A682D

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

Shades of Crusoe #0A682D

Tints of Crusoe #0A682D

Color information

#0A682D (or 0x0A682D) is unknown color: approx Crusoe. HEX triplet: 0A, 68 and 2D. RGB value is (10,104,45). Sum of RGB (Red+Green+Blue) = 10+104+45=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 104 (41.02% from 255 or 65.41% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 104 - color contains mainly: green. Hex color #0A682D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A682D is #F597D2. Grayscale: #454545. Windows color (decimal): -16095187 or 2975754. OLE color: 2975754.

HSL color Cylindrical-coordinate representation of color #0A682D: hue angle of 142.34º 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 #0A682D is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1010445-
CMYK0.9000.570.59
HSL142.34º82.46%22.35%-
HSV(B)142.34º90.38%40.78%-
XYZ5.5510.154.15-
YUV69.17114.3685.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.29%
GREEN value IS 104 (41.02% from 255) = 65.41%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=6.29%
G=65.41%
B=28.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10104450.9000.570.59142.3482.4622.35
HexA682D5A0393B8e5216
Octal12150551320717321612226
Binary101011010001011011011010011100111101110001110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A682D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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