#0A6127

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

Shades of Crusoe #0A6127

Tints of Crusoe #0A6127

Color information

#0A6127 (or 0x0A6127) is unknown color: approx Crusoe. HEX triplet: 0A, 61 and 27. RGB value is (10,97,39). Sum of RGB (Red+Green+Blue) = 10+97+39=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 97 (38.28% from 255 or 66.44% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 97 - color contains mainly: green. Hex color #0A6127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6127 is #F59ED8. Grayscale: #404040. Windows color (decimal): -16096985 or 2580746. OLE color: 2580746.

HSL color Cylindrical-coordinate representation of color #0A6127: hue angle of 140º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6127 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB109739-
CMYK0.9000.600.62
HSL140º81.31%20.98%-
HSV(B)140º89.69%38.04%-
XYZ4.778.763.36-
YUV64.38113.6889.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.85%
GREEN value IS 97 (38.28% from 255) = 66.44%
BLUE value IS 39 (15.62% from 255) = 26.71%
R=6.85%
G=66.44%
B=26.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1097390.9000.600.6214081.3120.98
HexA61275A03C3E8c5115
Octal12141471320747621412125
Binary101011000011001111011010011110011111010001100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,97,39); }

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

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

 a { background-color: rgb(10,97,39); }

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

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

 span { border-color: rgb(10,97,39); }

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