#0A6822

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

Shades of Crusoe #0A6822

Tints of Crusoe #0A6822

Color information

#0A6822 (or 0x0A6822) is unknown color: approx Crusoe. HEX triplet: 0A, 68 and 22. RGB value is (10,104,34). Sum of RGB (Red+Green+Blue) = 10+104+34=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 104 (41.02% from 255 or 70.27% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6822 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6822 is #F597DD. Grayscale: #444444. Windows color (decimal): -16095198 or 2254858. OLE color: 2254858.

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

Color convert

RGB1010434-
CMYK0.9000.670.59
HSL135.32º82.46%22.35%-
HSV(B)135.32º90.38%40.78%-
XYZ5.3610.083.18-
YUV67.91108.8686.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.76%
GREEN value IS 104 (41.02% from 255) = 70.27%
BLUE value IS 34 (13.67% from 255) = 22.97%
R=6.76%
G=70.27%
B=22.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10104340.9000.670.59135.3282.4622.35
HexA68225A0433B875216
Octal121504213201037320712226
Binary1010110100010001010110100100001111101110000111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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