#07762C

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

Shades of Camarone #07762C

Tints of Camarone #07762C

Color information

#07762C (or 0x07762C) is unknown color: approx Camarone. HEX triplet: 07, 76 and 2C. RGB value is (7,118,44). Sum of RGB (Red+Green+Blue) = 7+118+44=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 118 (46.48% from 255 or 69.82% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 118 - color contains mainly: green. Hex color #07762C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07762C is #F889D3. Grayscale: #4C4C4C. Windows color (decimal): -16288212 or 2913799. OLE color: 2913799.

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

Color convert

RGB711844-
CMYK0.9400.630.54
HSL140º88.8%24.51%-
HSV(B)140º94.07%46.27%-
XYZ7.0213.184.56-
YUV76.38109.7378.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.14%
GREEN value IS 118 (46.48% from 255) = 69.82%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=4.14%
G=69.82%
B=26.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7118440.9400.630.5414088.824.51
Hex7762C5E03F368c5919
Octal7166541360776621413131
Binary11111101101011001011110011111111011010001100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07762C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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