#0A663E

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

Shades of Jewel #0A663E

Tints of Jewel #0A663E

Color information

#0A663E (or 0x0A663E) is unknown color: approx Jewel. HEX triplet: 0A, 66 and 3E. RGB value is (10,102,62). Sum of RGB (Red+Green+Blue) = 10+102+62=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #0A663E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A663E is #F599C1. Grayscale: #464646. Windows color (decimal): -16095682 or 4089354. OLE color: 4089354.

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

Color convert

RGB1010262-
CMYK0.9000.390.6
HSL153.91º82.14%21.96%-
HSV(B)153.91º90.2%40%-
XYZ5.759.926.17-
YUV69.93123.5285.25-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.75%
GREEN value IS 102 (40.23% from 255) = 58.62%
BLUE value IS 62 (24.61% from 255) = 35.63%
R=5.75%
G=58.62%
B=35.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10102620.9000.390.6153.9182.1421.96
HexA663E5A0273C9a5216
Octal12146761320477423212226
Binary101011001101111101011010010011111110010011010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A663E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,102,62); }

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

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

 a { background-color: rgb(10,102,62); }

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

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

 span { border-color: rgb(10,102,62); }

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