#07761C

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

Shades of Green #07761C

Tints of Green #07761C

Color information

#07761C (or 0x07761C) is unknown color: approx Green. HEX triplet: 07, 76 and 1C. RGB value is (7,118,28). Sum of RGB (Red+Green+Blue) = 7+118+28=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 118 (46.48% from 255 or 77.12% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 118 - color contains mainly: green. Hex color #07761C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07761C is #F889E3. Grayscale: #4A4A4A. Windows color (decimal): -16288228 or 1865223. OLE color: 1865223.

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

Color convert

RGB711828-
CMYK0.9400.760.54
HSL131.35º88.8%24.51%-
HSV(B)131.35º94.07%46.27%-
XYZ6.7813.093.27-
YUV74.55101.7379.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.58%
GREEN value IS 118 (46.48% from 255) = 77.12%
BLUE value IS 28 (11.33% from 255) = 18.30%
R=4.58%
G=77.12%
B=18.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7118280.9400.760.54131.3588.824.51
Hex7761C5E04C36835919
Octal71663413601146620313131
Binary11111101101110010111100100110011011010000011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07761C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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