#0A613E

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

Shades of Jewel #0A613E

Tints of Jewel #0A613E

Color information

#0A613E (or 0x0A613E) is unknown color: approx Jewel. HEX triplet: 0A, 61 and 3E. RGB value is (10,97,62). Sum of RGB (Red+Green+Blue) = 10+97+62=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #0A613E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A613E is #F59EC1. Grayscale: #434343. Windows color (decimal): -16096962 or 4088074. OLE color: 4088074.

HSL color Cylindrical-coordinate representation of color #0A613E: hue angle of 155.86º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A613E is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB109762-
CMYK0.9000.360.62
HSL155.86º81.31%20.98%-
HSV(B)155.86º89.69%38.04%-
XYZ5.278.966.01-
YUV67125.1887.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.92%
GREEN value IS 97 (38.28% from 255) = 57.40%
BLUE value IS 62 (24.61% from 255) = 36.69%
R=5.92%
G=57.40%
B=36.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1097620.9000.360.62155.8681.3120.98
HexA613E5A0243E9c5115
Octal12141761320447623412125
Binary101011000011111101011010010010011111010011100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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