#07620E

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

Shades of Green #07620E

Tints of Green #07620E

Color information

#07620E (or 0x07620E) is unknown color: approx Green. HEX triplet: 07, 62 and 0E. RGB value is (7,98,14). Sum of RGB (Red+Green+Blue) = 7+98+14=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 98 (38.67% from 255 or 82.35% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 98 - color contains mainly: green. Hex color #07620E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07620E is #F89DF1. Grayscale: #3D3D3D. Windows color (decimal): -16293362 or 942599. OLE color: 942599.

HSL color Cylindrical-coordinate representation of color #07620E: hue angle of 124.62º 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 #07620E is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB79814-
CMYK0.9300.860.62
HSL124.62º86.67%20.59%-
HSV(B)124.62º92.86%38.43%-
XYZ4.538.811.88-
YUV61.22101.3589.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.88%
GREEN value IS 98 (38.67% from 255) = 82.35%
BLUE value IS 14 (5.86% from 255) = 11.76%
R=5.88%
G=82.35%
B=11.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal798140.9300.860.62124.6286.6720.59
Hex762E5D0563E7d5715
Octal71421613501267617512725
Binary111110001011101011101010101101111101111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07620E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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