#0A7828

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

Shades of Camarone #0A7828

Tints of Camarone #0A7828

Color information

#0A7828 (or 0x0A7828) is unknown color: approx Camarone. HEX triplet: 0A, 78 and 28. RGB value is (10,120,40). Sum of RGB (Red+Green+Blue) = 10+120+40=170 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.88% from 170); Green value is 120 (47.27% from 255 or 70.59% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7828 is #F587D7. Grayscale: #4E4E4E. Windows color (decimal): -16091096 or 2652170. OLE color: 2652170.

HSL color Cylindrical-coordinate representation of color #0A7828: hue angle of 136.36º 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 #0A7828 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1012040-
CMYK0.9200.670.53
HSL136.36º84.62%25.49%-
HSV(B)136.36º91.67%47.06%-
XYZ7.2213.654.26-
YUV77.99106.5679.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.88%
GREEN value IS 120 (47.27% from 255) = 70.59%
BLUE value IS 40 (16.02% from 255) = 23.53%
R=5.88%
G=70.59%
B=23.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10120400.9200.670.53136.3684.6225.49
HexA78285C04335885519
Octal121705013401036521012531
Binary1010111100010100010111000100001111010110001000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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