#077924

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

Shades of Camarone #077924

Tints of Camarone #077924

Color information

#077924 (or 0x077924) is unknown color: approx Camarone. HEX triplet: 07, 79 and 24. RGB value is (7,121,36). Sum of RGB (Red+Green+Blue) = 7+121+36=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 121 (47.66% from 255 or 73.78% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 121 - color contains mainly: green. Hex color #077924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077924 is #F886DB. Grayscale: #4D4D4D. Windows color (decimal): -16287452 or 2390279. OLE color: 2390279.

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

Color convert

RGB712136-
CMYK0.9400.700.53
HSL135.26º89.06%25.1%-
HSV(B)135.26º94.21%47.45%-
XYZ7.2413.853.96-
YUV77.22104.7377.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.27%
GREEN value IS 121 (47.66% from 255) = 73.78%
BLUE value IS 36 (14.45% from 255) = 21.95%
R=4.27%
G=73.78%
B=21.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7121360.9400.700.53135.2689.0625.1
Hex779245E04635875919
Octal71714413601066520713131
Binary111111100110010010111100100011011010110000111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077924; }

 p { color: rgb(7,121,36); }

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

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

 a { background-color: rgb(7,121,36); }

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

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

 span { border-color: rgb(7,121,36); }

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