#0A7824

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

Shades of Camarone #0A7824

Tints of Camarone #0A7824

Color information

#0A7824 (or 0x0A7824) is unknown color: approx Camarone. HEX triplet: 0A, 78 and 24. RGB value is (10,120,36). Sum of RGB (Red+Green+Blue) = 10+120+36=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 120 (47.27% from 255 or 72.29% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7824 is #F587DB. Grayscale: #4D4D4D. Windows color (decimal): -16091100 or 2390026. OLE color: 2390026.

HSL color Cylindrical-coordinate representation of color #0A7824: hue angle of 134.18º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7824 is Cyan = 0.92, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.53.

Color convert

RGB1012036-
CMYK0.9200.70.53
HSL134.18º84.62%25.49%-
HSV(B)134.18º91.67%47.06%-
XYZ7.1613.623.92-
YUV77.53104.5679.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.02%
GREEN value IS 120 (47.27% from 255) = 72.29%
BLUE value IS 36 (14.45% from 255) = 21.69%
R=6.02%
G=72.29%
B=21.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10120360.9200.70.53134.1884.6225.49
HexA78245C04635865519
Octal121704413401066520612531
Binary1010111100010010010111000100011011010110000110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,120,36); }

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

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

 a { background-color: rgb(10,120,36); }

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

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

 span { border-color: rgb(10,120,36); }

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