#077824

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

Shades of Camarone #077824

Tints of Camarone #077824

Color information

#077824 (or 0x077824) is unknown color: approx Camarone. HEX triplet: 07, 78 and 24. RGB value is (7,120,36). Sum of RGB (Red+Green+Blue) = 7+120+36=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 120 (47.27% from 255 or 73.62% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 120 - color contains mainly: green. Hex color #077824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077824 is #F887DB. Grayscale: #4C4C4C. Windows color (decimal): -16287708 or 2390023. OLE color: 2390023.

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

Color convert

RGB712036-
CMYK0.9400.70.53
HSL135.4º88.98%24.9%-
HSV(B)135.4º94.17%47.06%-
XYZ7.1213.613.92-
YUV76.64105.0678.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.29%
GREEN value IS 120 (47.27% from 255) = 73.62%
BLUE value IS 36 (14.45% from 255) = 22.09%
R=4.29%
G=73.62%
B=22.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7120360.9400.70.53135.488.9824.9
Hex778245E04635875919
Octal71704413601066520713131
Binary111111100010010010111100100011011010110000111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077824; }

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

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

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

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

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

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

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

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