#0A643E

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

Shades of Jewel #0A643E

Tints of Jewel #0A643E

Color information

#0A643E (or 0x0A643E) is unknown color: approx Jewel. HEX triplet: 0A, 64 and 3E. RGB value is (10,100,62). Sum of RGB (Red+Green+Blue) = 10+100+62=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 100 (39.45% from 255 or 58.14% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 100 - color contains mainly: green. Hex color #0A643E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A643E is #F59BC1. Grayscale: #444444. Windows color (decimal): -16096194 or 4088842. OLE color: 4088842.

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

Color convert

RGB1010062-
CMYK0.9000.380.61
HSL154.67º81.82%21.57%-
HSV(B)154.67º90%39.22%-
XYZ5.559.536.1-
YUV68.76124.1886.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.81%
GREEN value IS 100 (39.45% from 255) = 58.14%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=5.81%
G=58.14%
B=36.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10100620.9000.380.61154.6781.8221.57
HexA643E5A0263D9b5216
Octal12144761320467523312226
Binary101011001001111101011010010011011110110011011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A643E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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