#0A6827

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

Shades of Crusoe #0A6827

Tints of Crusoe #0A6827

Color information

#0A6827 (or 0x0A6827) is unknown color: approx Crusoe. HEX triplet: 0A, 68 and 27. RGB value is (10,104,39). Sum of RGB (Red+Green+Blue) = 10+104+39=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6827 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6827 is #F597D8. Grayscale: #444444. Windows color (decimal): -16095193 or 2582538. OLE color: 2582538.

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

Color convert

RGB1010439-
CMYK0.9000.620.59
HSL138.51º82.46%22.35%-
HSV(B)138.51º90.38%40.78%-
XYZ5.4410.113.58-
YUV68.48111.3686.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.54%
GREEN value IS 104 (41.02% from 255) = 67.97%
BLUE value IS 39 (15.62% from 255) = 25.49%
R=6.54%
G=67.97%
B=25.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10104390.9000.620.59138.5182.4622.35
HexA68275A03E3B8b5216
Octal12150471320767321312226
Binary101011010001001111011010011111011101110001011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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