#07762E

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

Shades of Camarone #07762E

Tints of Camarone #07762E

Color information

#07762E (or 0x07762E) is unknown color: approx Camarone. HEX triplet: 07, 76 and 2E. RGB value is (7,118,46). Sum of RGB (Red+Green+Blue) = 7+118+46=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 118 (46.48% from 255 or 69.01% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 118 - color contains mainly: green. Hex color #07762E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07762E is #F889D1. Grayscale: #4C4C4C. Windows color (decimal): -16288210 or 3044871. OLE color: 3044871.

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

Color convert

RGB711846-
CMYK0.9400.610.54
HSL141.08º88.8%24.51%-
HSV(B)141.08º94.07%46.27%-
XYZ7.0613.24.76-
YUV76.6110.7378.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 118 (46.48% from 255) = 69.01%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=4.09%
G=69.01%
B=26.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7118460.9400.610.54141.0888.824.51
Hex7762E5E03D368d5919
Octal7166561360756621513131
Binary11111101101011101011110011110111011010001101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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