#07772A

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

Shades of Camarone #07772A

Tints of Camarone #07772A

Color information

#07772A (or 0x07772A) is unknown color: approx Camarone. HEX triplet: 07, 77 and 2A. RGB value is (7,119,42). Sum of RGB (Red+Green+Blue) = 7+119+42=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 119 (46.88% from 255 or 70.83% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 119 - color contains mainly: green. Hex color #07772A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07772A is #F888D5. Grayscale: #4C4C4C. Windows color (decimal): -16287958 or 2782983. OLE color: 2782983.

HSL color Cylindrical-coordinate representation of color #07772A: hue angle of 138.75º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07772A is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB711942-
CMYK0.9400.650.53
HSL138.75º88.89%24.71%-
HSV(B)138.75º94.12%46.67%-
XYZ7.113.414.4-
YUV76.73108.3978.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.17%
GREEN value IS 119 (46.88% from 255) = 70.83%
BLUE value IS 42 (16.80% from 255) = 25%
R=4.17%
G=70.83%
B=25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7119420.9400.650.53138.7588.8924.71
Hex7772A5E041358b5919
Octal71675213601016521313131
Binary111111011110101010111100100000111010110001011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07772A; }

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

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

<style>
 a { background-color: #07772A; }

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

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

<style>
 span { border-color: #07772A; }

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

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