#0A772A

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

Shades of Camarone #0A772A

Tints of Camarone #0A772A

Color information

#0A772A (or 0x0A772A) is unknown color: approx Camarone. HEX triplet: 0A, 77 and 2A. RGB value is (10,119,42). Sum of RGB (Red+Green+Blue) = 10+119+42=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 119 (46.88% from 255 or 69.59% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 119 - color contains mainly: green. Hex color #0A772A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A772A is #F588D5. Grayscale: #4D4D4D. Windows color (decimal): -16091350 or 2782986. OLE color: 2782986.

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

Color convert

RGB1011942-
CMYK0.9200.650.53
HSL137.61º84.5%25.29%-
HSV(B)137.61º91.6%46.67%-
XYZ7.1413.434.41-
YUV77.63107.8979.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.85%
GREEN value IS 119 (46.88% from 255) = 69.59%
BLUE value IS 42 (16.80% from 255) = 24.56%
R=5.85%
G=69.59%
B=24.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10119420.9200.650.53137.6184.525.29
HexA772A5C041358a5419
Octal121675213401016521212431
Binary1010111011110101010111000100000111010110001010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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