#0A713D

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

Shades of Jewel #0A713D

Tints of Jewel #0A713D

Color information

#0A713D (or 0x0A713D) is unknown color: approx Jewel. HEX triplet: 0A, 71 and 3D. RGB value is (10,113,61). Sum of RGB (Red+Green+Blue) = 10+113+61=184 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.43% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #0A713D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A713D is #F58EC2. Grayscale: #4C4C4C. Windows color (decimal): -16092867 or 4026634. OLE color: 4026634.

HSL color Cylindrical-coordinate representation of color #0A713D: hue angle of 149.71º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A713D is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1011361-
CMYK0.9100.460.56
HSL149.71º83.74%24.12%-
HSV(B)149.71º91.15%44.31%-
XYZ6.8712.216.41-
YUV76.28119.3880.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.43%
GREEN value IS 113 (44.53% from 255) = 61.41%
BLUE value IS 61 (24.22% from 255) = 33.15%
R=5.43%
G=61.41%
B=33.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10113610.9100.460.56149.7183.7424.12
HexA713D5B02E38965418
Octal12161751330567022612430
Binary101011100011111011011011010111011100010010110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,113,61); }

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

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

 a { background-color: rgb(10,113,61); }

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

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

 span { border-color: rgb(10,113,61); }

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