#0A7525

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

Shades of Camarone #0A7525

Tints of Camarone #0A7525

Color information

#0A7525 (or 0x0A7525) is unknown color: approx Camarone. HEX triplet: 0A, 75 and 25. RGB value is (10,117,37). Sum of RGB (Red+Green+Blue) = 10+117+37=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 117 (46.09% from 255 or 71.34% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7525 is #F58ADA. Grayscale: #4C4C4C. Windows color (decimal): -16091867 or 2454794. OLE color: 2454794.

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

Color convert

RGB1011737-
CMYK0.9100.680.54
HSL135.14º84.25%24.9%-
HSV(B)135.14º91.45%45.88%-
XYZ6.8212.923.88-
YUV75.89106.0581-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.10%
GREEN value IS 117 (46.09% from 255) = 71.34%
BLUE value IS 37 (14.84% from 255) = 22.56%
R=6.10%
G=71.34%
B=22.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10117370.9100.680.54135.1484.2524.9
HexA75255B04436875419
Octal121654513301046620712431
Binary1010111010110010110110110100010011011010000111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,117,37); }

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

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

 a { background-color: rgb(10,117,37); }

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

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

 span { border-color: rgb(10,117,37); }

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