#0A7729

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

Shades of Camarone #0A7729

Tints of Camarone #0A7729

Color information

#0A7729 (or 0x0A7729) is unknown color: approx Camarone. HEX triplet: 0A, 77 and 29. RGB value is (10,119,41). Sum of RGB (Red+Green+Blue) = 10+119+41=170 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.88% from 170); Green value is 119 (46.88% from 255 or 70% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7729 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7729 is #F588D6. Grayscale: #4D4D4D. Windows color (decimal): -16091351 or 2717450. OLE color: 2717450.

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

Color convert

RGB1011941-
CMYK0.9200.660.53
HSL137.06º84.5%25.29%-
HSV(B)137.06º91.6%46.67%-
XYZ7.1213.424.31-
YUV77.52107.3979.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.88%
GREEN value IS 119 (46.88% from 255) = 70%
BLUE value IS 41 (16.41% from 255) = 24.12%
R=5.88%
G=70%
B=24.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10119410.9200.660.53137.0684.525.29
HexA77295C04235895419
Octal121675113401026521112431
Binary1010111011110100110111000100001011010110001001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,119,41); }

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

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

 a { background-color: rgb(10,119,41); }

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

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

 span { border-color: rgb(10,119,41); }

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