#077A22

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

Shades of Camarone #077A22

Tints of Camarone #077A22

Color information

#077A22 (or 0x077A22) is unknown color: approx Camarone. HEX triplet: 07, 7A and 22. RGB value is (7,122,34). Sum of RGB (Red+Green+Blue) = 7+122+34=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 122 (48.05% from 255 or 74.85% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 122 - color contains mainly: green. Hex color #077A22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077A22 is #F885DD. Grayscale: #4D4D4D. Windows color (decimal): -16287198 or 2259463. OLE color: 2259463.

HSL color Cylindrical-coordinate representation of color #077A22: hue angle of 134.09º 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 #077A22 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.52.

Color convert

RGB712234-
CMYK0.9400.720.52
HSL134.09º89.15%25.29%-
HSV(B)134.09º94.26%47.84%-
XYZ7.3414.083.84-
YUV77.58103.477.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.29%
GREEN value IS 122 (48.05% from 255) = 74.85%
BLUE value IS 34 (13.67% from 255) = 20.86%
R=4.29%
G=74.85%
B=20.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7122340.9400.720.52134.0989.1525.29
Hex77A225E04834865919
Octal71724213601106420613131
Binary111111101010001010111100100100011010010000110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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