#05740F

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

Shades of Green #05740F

Tints of Green #05740F

Color information

#05740F (or 0x05740F) is unknown color: approx Green. HEX triplet: 05, 74 and 0F. RGB value is (5,116,15). Sum of RGB (Red+Green+Blue) = 5+116+15=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 116 (45.70% from 255 or 85.29% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 116 - color contains mainly: green. Hex color #05740F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05740F is #FA8BF0. Grayscale: #474747. Windows color (decimal): -16419825 or 1012741. OLE color: 1012741.

HSL color Cylindrical-coordinate representation of color #05740F: hue angle of 125.41º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05740F is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB511615-
CMYK0.9600.870.55
HSL125.41º91.74%23.73%-
HSV(B)125.41º95.69%45.49%-
XYZ6.3912.562.54-
YUV71.396.2380.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 116 (45.70% from 255) = 85.29%
BLUE value IS 15 (6.25% from 255) = 11.03%
R=3.68%
G=85.29%
B=11.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5116150.9600.870.55125.4191.7423.73
Hex574F60057377d5c18
Octal51641714001276717513430
Binary101111010011111100000010101111101111111101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05740F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,116,15); }

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

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

 a { background-color: rgb(5,116,15); }

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

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

 span { border-color: rgb(5,116,15); }

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