#07772F

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

Shades of Camarone #07772F

Tints of Camarone #07772F

Color information

#07772F (or 0x07772F) is unknown color: approx Camarone. HEX triplet: 07, 77 and 2F. RGB value is (7,119,47). Sum of RGB (Red+Green+Blue) = 7+119+47=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 119 (46.88% from 255 or 68.79% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 119 - color contains mainly: green. Hex color #07772F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07772F is #F888D0. Grayscale: #4D4D4D. Windows color (decimal): -16287953 or 3110663. OLE color: 3110663.

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

Color convert

RGB711947-
CMYK0.9400.610.53
HSL141.43º88.89%24.71%-
HSV(B)141.43º94.12%46.67%-
XYZ7.213.444.9-
YUV77.3110.8977.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.05%
GREEN value IS 119 (46.88% from 255) = 68.79%
BLUE value IS 47 (18.75% from 255) = 27.17%
R=4.05%
G=68.79%
B=27.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7119470.9400.610.53141.4388.8924.71
Hex7772F5E03D358d5919
Octal7167571360756521513131
Binary11111101111011111011110011110111010110001101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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