#0A6821

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

Shades of Crusoe #0A6821

Tints of Crusoe #0A6821

Color information

#0A6821 (or 0x0A6821) is unknown color: approx Crusoe. HEX triplet: 0A, 68 and 21. RGB value is (10,104,33). Sum of RGB (Red+Green+Blue) = 10+104+33=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 104 (41.02% from 255 or 70.75% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6821 is #F597DE. Grayscale: #434343. Windows color (decimal): -16095199 or 2189322. OLE color: 2189322.

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

Color convert

RGB1010433-
CMYK0.9000.680.59
HSL134.68º82.46%22.35%-
HSV(B)134.68º90.38%40.78%-
XYZ5.3510.073.1-
YUV67.8108.3686.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.80%
GREEN value IS 104 (41.02% from 255) = 70.75%
BLUE value IS 33 (13.28% from 255) = 22.45%
R=6.80%
G=70.75%
B=22.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10104330.9000.680.59134.6882.4622.35
HexA68215A0443B875216
Octal121504113201047320712226
Binary1010110100010000110110100100010011101110000111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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