#0A691D

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

Shades of Crusoe #0A691D

Tints of Crusoe #0A691D

Color information

#0A691D (or 0x0A691D) is unknown color: approx Crusoe. HEX triplet: 0A, 69 and 1D. RGB value is (10,105,29). Sum of RGB (Red+Green+Blue) = 10+105+29=144 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.94% from 144); Green value is 105 (41.41% from 255 or 72.92% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 105 - color contains mainly: green. Hex color #0A691D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A691D is #F596E2. Grayscale: #444444. Windows color (decimal): -16094947 or 1927434. OLE color: 1927434.

HSL color Cylindrical-coordinate representation of color #0A691D: hue angle of 132º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A691D is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB1010529-
CMYK0.9000.720.59
HSL132º82.61%22.55%-
HSV(B)132º90.48%41.18%-
XYZ5.410.262.86-
YUV67.93106.0386.68-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.94%
GREEN value IS 105 (41.41% from 255) = 72.92%
BLUE value IS 29 (11.72% from 255) = 20.14%
R=6.94%
G=72.92%
B=20.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10105290.9000.720.5913282.6122.55
HexA691D5A0483B845317
Octal121513513201107320412327
Binary101011010011110110110100100100011101110000100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A691D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,105,29); }

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

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

 a { background-color: rgb(10,105,29); }

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

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

 span { border-color: rgb(10,105,29); }

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