#075E0E

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

Shades of Green #075E0E

Tints of Green #075E0E

Color information

#075E0E (or 0x075E0E) is unknown color: approx Green. HEX triplet: 07, 5E and 0E. RGB value is (7,94,14). Sum of RGB (Red+Green+Blue) = 7+94+14=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 94 (37.11% from 255 or 81.74% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 94 - color contains mainly: green. Hex color #075E0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075E0E is #F8A1F1. Grayscale: #3B3B3B. Windows color (decimal): -16294386 or 941575. OLE color: 941575.

HSL color Cylindrical-coordinate representation of color #075E0E: hue angle of 124.83º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075E0E is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.63.

Color convert

RGB79414-
CMYK0.9300.850.63
HSL124.83º86.14%19.8%-
HSV(B)124.83º92.55%36.86%-
XYZ4.178.081.76-
YUV58.87102.6891-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 94 (37.11% from 255) = 81.74%
BLUE value IS 14 (5.86% from 255) = 12.17%
R=6.09%
G=81.74%
B=12.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal794140.9300.850.63124.8386.1419.8
Hex75EE5D0553F7d5614
Octal71361613501257717512624
Binary111101111011101011101010101011111111111101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075E0E; }

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

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

<style>
 a { background-color: #075E0E; }

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

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

<style>
 span { border-color: #075E0E; }

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

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