#077A2D

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

Shades of Camarone #077A2D

Tints of Camarone #077A2D

Color information

#077A2D (or 0x077A2D) is unknown color: approx Camarone. HEX triplet: 07, 7A and 2D. RGB value is (7,122,45). Sum of RGB (Red+Green+Blue) = 7+122+45=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 122 (48.05% from 255 or 70.11% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 122 - color contains mainly: green. Hex color #077A2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077A2D is #F885D2. Grayscale: #4F4F4F. Windows color (decimal): -16287187 or 2980359. OLE color: 2980359.

HSL color Cylindrical-coordinate representation of color #077A2D: hue angle of 139.83º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077A2D is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB712245-
CMYK0.9400.630.52
HSL139.83º89.15%25.29%-
HSV(B)139.83º94.26%47.84%-
XYZ7.5214.154.82-
YUV78.84108.976.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.02%
GREEN value IS 122 (48.05% from 255) = 70.11%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=4.02%
G=70.11%
B=25.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7122450.9400.630.52139.8389.1525.29
Hex77A2D5E03F348c5919
Octal7172551360776421413131
Binary11111110101011011011110011111111010010001100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077A2D; }

 p { color: rgb(7,122,45); }

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

<style>
 a { background-color: #077A2D; }

 a { background-color: rgb(7,122,45); }

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

<style>
 span { border-color: #077A2D; }

 span { border-color: rgb(7,122,45); }

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