#07762D

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

Shades of Camarone #07762D

Tints of Camarone #07762D

Color information

#07762D (or 0x07762D) is unknown color: approx Camarone. HEX triplet: 07, 76 and 2D. RGB value is (7,118,45). Sum of RGB (Red+Green+Blue) = 7+118+45=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 118 (46.48% from 255 or 69.41% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 118 - color contains mainly: green. Hex color #07762D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07762D is #F889D2. Grayscale: #4C4C4C. Windows color (decimal): -16288211 or 2979335. OLE color: 2979335.

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

Color convert

RGB711845-
CMYK0.9400.620.54
HSL140.54º88.8%24.51%-
HSV(B)140.54º94.07%46.27%-
XYZ7.0413.194.66-
YUV76.49110.2378.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.12%
GREEN value IS 118 (46.48% from 255) = 69.41%
BLUE value IS 45 (17.97% from 255) = 26.47%
R=4.12%
G=69.41%
B=26.47%

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
Decimal7118450.9400.620.54140.5488.824.51
Hex7762D5E03E368d5919
Octal7166551360766621513131
Binary11111101101011011011110011111011011010001101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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