#07772B

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

Shades of Camarone #07772B

Tints of Camarone #07772B

Color information

#07772B (or 0x07772B) is unknown color: approx Camarone. HEX triplet: 07, 77 and 2B. RGB value is (7,119,43). Sum of RGB (Red+Green+Blue) = 7+119+43=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 119 (46.88% from 255 or 70.41% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 119 - color contains mainly: green. Hex color #07772B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07772B is #F888D4. Grayscale: #4D4D4D. Windows color (decimal): -16287957 or 2848519. OLE color: 2848519.

HSL color Cylindrical-coordinate representation of color #07772B: hue angle of 139.29º 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 #07772B is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB711943-
CMYK0.9400.640.53
HSL139.29º88.89%24.71%-
HSV(B)139.29º94.12%46.67%-
XYZ7.1213.414.5-
YUV76.85108.8978.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.14%
GREEN value IS 119 (46.88% from 255) = 70.41%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=4.14%
G=70.41%
B=25.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7119430.9400.640.53139.2988.8924.71
Hex7772B5E040358b5919
Octal71675313601006521313131
Binary111111011110101110111100100000011010110001011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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