#0A7130

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

Shades of Camarone #0A7130

Tints of Camarone #0A7130

Color information

#0A7130 (or 0x0A7130) is unknown color: approx Camarone. HEX triplet: 0A, 71 and 30. RGB value is (10,113,48). Sum of RGB (Red+Green+Blue) = 10+113+48=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 113 (44.53% from 255 or 66.08% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 113 - color contains mainly: green. Hex color #0A7130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7130 is #F58ECF. Grayscale: #4A4A4A. Windows color (decimal): -16092880 or 3174666. OLE color: 3174666.

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

Color convert

RGB1011348-
CMYK0.9100.580.56
HSL142.14º83.74%24.12%-
HSV(B)142.14º91.15%44.31%-
XYZ6.5612.094.78-
YUV74.79112.8881.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.85%
GREEN value IS 113 (44.53% from 255) = 66.08%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=5.85%
G=66.08%
B=28.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10113480.9100.580.56142.1483.7424.12
HexA71305B03A388e5418
Octal12161601330727021612430
Binary101011100011100001011011011101011100010001110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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