#0A672D

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

Shades of Crusoe #0A672D

Tints of Crusoe #0A672D

Color information

#0A672D (or 0x0A672D) is unknown color: approx Crusoe. HEX triplet: 0A, 67 and 2D. RGB value is (10,103,45). Sum of RGB (Red+Green+Blue) = 10+103+45=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 103 (40.62% from 255 or 65.19% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 103 - color contains mainly: green. Hex color #0A672D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A672D is #F598D2. Grayscale: #444444. Windows color (decimal): -16095443 or 2975498. OLE color: 2975498.

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

Color convert

RGB1010345-
CMYK0.9000.560.60
HSL142.58º82.3%22.16%-
HSV(B)142.58º90.29%40.39%-
XYZ5.459.954.12-
YUV68.58114.6986.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.33%
GREEN value IS 103 (40.62% from 255) = 65.19%
BLUE value IS 45 (17.97% from 255) = 28.48%
R=6.33%
G=65.19%
B=28.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10103450.9000.560.60142.5882.322.16
HexA672D5A0383C8f5216
Octal12147551320707421712226
Binary101011001111011011011010011100011110010001111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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