#0A671A

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

Shades of Crusoe #0A671A

Tints of Crusoe #0A671A

Color information

#0A671A (or 0x0A671A) is unknown color: approx Crusoe. HEX triplet: 0A, 67 and 1A. RGB value is (10,103,26). Sum of RGB (Red+Green+Blue) = 10+103+26=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 103 (40.62% from 255 or 74.10% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 103 - color contains mainly: green. Hex color #0A671A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A671A is #F598E5. Grayscale: #424242. Windows color (decimal): -16095462 or 1730314. OLE color: 1730314.

HSL color Cylindrical-coordinate representation of color #0A671A: hue angle of 130.32º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A671A is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB1010326-
CMYK0.9000.750.60
HSL130.32º82.3%22.16%-
HSV(B)130.32º90.29%40.39%-
XYZ5.169.842.6-
YUV66.42105.1987.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.19%
GREEN value IS 103 (40.62% from 255) = 74.10%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=7.19%
G=74.10%
B=18.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10103260.9000.750.60130.3282.322.16
HexA671A5A04B3C825216
Octal121473213201137420212226
Binary101011001111101010110100100101111110010000010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,103,26); }

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

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

 a { background-color: rgb(10,103,26); }

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

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

 span { border-color: rgb(10,103,26); }

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