#07620F

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

Shades of Green #07620F

Tints of Green #07620F

Color information

#07620F (or 0x07620F) is unknown color: approx Green. HEX triplet: 07, 62 and 0F. RGB value is (7,98,15). Sum of RGB (Red+Green+Blue) = 7+98+15=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 98 (38.67% from 255 or 81.67% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 98 - color contains mainly: green. Hex color #07620F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07620F is #F89DF0. Grayscale: #3D3D3D. Windows color (decimal): -16293361 or 1008135. OLE color: 1008135.

HSL color Cylindrical-coordinate representation of color #07620F: hue angle of 125.27º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07620F is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB79815-
CMYK0.9300.850.62
HSL125.27º86.67%20.59%-
HSV(B)125.27º92.86%38.43%-
XYZ4.548.821.91-
YUV61.33101.8589.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 98 (38.67% from 255) = 81.67%
BLUE value IS 15 (6.25% from 255) = 12.5%
R=5.83%
G=81.67%
B=12.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal798150.9300.850.62125.2786.6720.59
Hex762F5D0553E7d5715
Octal71421713501257617512725
Binary111110001011111011101010101011111101111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07620F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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