#0A7628

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

Shades of Camarone #0A7628

Tints of Camarone #0A7628

Color information

#0A7628 (or 0x0A7628) is unknown color: approx Camarone. HEX triplet: 0A, 76 and 28. RGB value is (10,118,40). Sum of RGB (Red+Green+Blue) = 10+118+40=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 118 (46.48% from 255 or 70.24% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 118 - color contains mainly: green. Hex color #0A7628 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7628 is #F589D7. Grayscale: #4D4D4D. Windows color (decimal): -16091608 or 2651658. OLE color: 2651658.

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

Color convert

RGB1011840-
CMYK0.9200.660.54
HSL136.67º84.38%25.1%-
HSV(B)136.67º91.53%46.27%-
XYZ6.9913.174.18-
YUV76.82107.2280.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.95%
GREEN value IS 118 (46.48% from 255) = 70.24%
BLUE value IS 40 (16.02% from 255) = 23.81%
R=5.95%
G=70.24%
B=23.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10118400.9200.660.54136.6784.3825.1
HexA76285C04236895419
Octal121665013401026621112431
Binary1010111011010100010111000100001011011010001001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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