#07700F

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

Shades of Green #07700F

Tints of Green #07700F

Color information

#07700F (or 0x07700F) is unknown color: approx Green. HEX triplet: 07, 70 and 0F. RGB value is (7,112,15). Sum of RGB (Red+Green+Blue) = 7+112+15=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 112 (44.14% from 255 or 83.58% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 112 - color contains mainly: green. Hex color #07700F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07700F is #F88FF0. Grayscale: #454545. Windows color (decimal): -16289777 or 1011719. OLE color: 1011719.

HSL color Cylindrical-coordinate representation of color #07700F: hue angle of 124.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07700F is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB711215-
CMYK0.9400.870.56
HSL124.57º88.24%23.33%-
HSV(B)124.57º93.75%43.92%-
XYZ5.9711.672.39-
YUV69.5597.2183.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.22%
GREEN value IS 112 (44.14% from 255) = 83.58%
BLUE value IS 15 (6.25% from 255) = 11.19%
R=5.22%
G=83.58%
B=11.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7112150.9400.870.56124.5788.2423.33
Hex770F5E057387d5817
Octal71601713601277017513027
Binary111111000011111011110010101111110001111101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07700F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07700F; }

 p { color: rgb(7,112,15); }

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

<style>
 a { background-color: #07700F; }

 a { background-color: rgb(7,112,15); }

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

<style>
 span { border-color: #07700F; }

 span { border-color: rgb(7,112,15); }

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