#0A6825

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

Shades of Crusoe #0A6825

Tints of Crusoe #0A6825

Color information

#0A6825 (or 0x0A6825) is unknown color: approx Crusoe. HEX triplet: 0A, 68 and 25. RGB value is (10,104,37). Sum of RGB (Red+Green+Blue) = 10+104+37=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 104 (41.02% from 255 or 68.87% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6825 is #F597DA. Grayscale: #444444. Windows color (decimal): -16095195 or 2451466. OLE color: 2451466.

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

Color convert

RGB1010437-
CMYK0.9000.640.59
HSL137.23º82.46%22.35%-
HSV(B)137.23º90.38%40.78%-
XYZ5.4110.13.41-
YUV68.26110.3686.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.62%
GREEN value IS 104 (41.02% from 255) = 68.87%
BLUE value IS 37 (14.84% from 255) = 24.50%
R=6.62%
G=68.87%
B=24.50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10104370.9000.640.59137.2382.4622.35
HexA68255A0403B895216
Octal121504513201007321112226
Binary1010110100010010110110100100000011101110001001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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