#07761B

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

Shades of Green #07761B

Tints of Green #07761B

Color information

#07761B (or 0x07761B) is unknown color: approx Green. HEX triplet: 07, 76 and 1B. RGB value is (7,118,27). Sum of RGB (Red+Green+Blue) = 7+118+27=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 118 (46.48% from 255 or 77.63% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 118 - color contains mainly: green. Hex color #07761B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07761B is #F889E4. Grayscale: #4A4A4A. Windows color (decimal): -16288229 or 1799687. OLE color: 1799687.

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

Color convert

RGB711827-
CMYK0.9400.770.54
HSL130.81º88.8%24.51%-
HSV(B)130.81º94.07%46.27%-
XYZ6.7613.083.21-
YUV74.44101.2379.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.61%
GREEN value IS 118 (46.48% from 255) = 77.63%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=4.61%
G=77.63%
B=17.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7118270.9400.770.54130.8188.824.51
Hex7761B5E04D36835919
Octal71663313601156620313131
Binary11111101101101110111100100110111011010000011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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