#07752D

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

Shades of Camarone #07752D

Tints of Camarone #07752D

Color information

#07752D (or 0x07752D) is unknown color: approx Camarone. HEX triplet: 07, 75 and 2D. RGB value is (7,117,45). Sum of RGB (Red+Green+Blue) = 7+117+45=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 117 (46.09% from 255 or 69.23% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 117 - color contains mainly: green. Hex color #07752D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07752D is #F88AD2. Grayscale: #4C4C4C. Windows color (decimal): -16288467 or 2979079. OLE color: 2979079.

HSL color Cylindrical-coordinate representation of color #07752D: hue angle of 140.73º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07752D is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB711745-
CMYK0.9400.620.54
HSL140.73º88.71%24.31%-
HSV(B)140.73º94.02%45.88%-
XYZ6.9212.964.62-
YUV75.9110.5678.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.14%
GREEN value IS 117 (46.09% from 255) = 69.23%
BLUE value IS 45 (17.97% from 255) = 26.63%
R=4.14%
G=69.23%
B=26.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7117450.9400.620.54140.7388.7124.31
Hex7752D5E03E368d5918
Octal7165551360766621513130
Binary11111101011011011011110011111011011010001101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07752D; }

 p { color: rgb(7,117,45); }

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

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

 a { background-color: rgb(7,117,45); }

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

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

 span { border-color: rgb(7,117,45); }

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