Html Css Color HEX #05740E Green

📋 copy color: '#05740E'

red 5 ◦ green 116 ◦ blue 14

#05740E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #05740E

Tints of Green #05740E

RGB

 RED value IS 5 (2.34% from 255) = 3.7%

 GREEN value IS 116 (45.7% from 255) = 85.93%

 BLUE value IS 14 (5.86% from 255) = 10.37%

R = 3.7%
G = 85.93%
B = 10.37%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#05740E (or 0x05740E) is known color: Green. HEX triplet: 05, 74 and 0E. RGB value is (5,116,14). Sum of RGB (Red+Green+Blue) = 5+116+14=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 116 (45.70% from 255 or 85.93% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 116 - color contains mainly: green. Hex color #05740E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05740E is #FA8BF1. Grayscale: #474747. Windows color (decimal): -16419826 or 947205. OLE color: 947205.

HSL color Cylindrical-coordinate representation of color #05740E: hue angle of 124.86º 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 #05740E is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 116 14 -
CMYK 0.96 0 0.88 0.55
HSL 124.86º 0.92% 0.24% -
HSV(B) 124.86º 0.96% 0.45% -
XYZ 6.39 12.55 2.5 -
YUV 71.18 95.73 80.79 -
System Red Green Blue C M Y K H S L
Decimal 5 116 14 0.96 0 0.88 0.55 124.86 0.92 0.24
Hex 5 74 E 60 0 58 37 7D 5C 18
Octal 5 164 16 140 0 130 67 175 134 30
Binary 101 1110100 1110 1100000 0 1011000 110111 1111101 1011100 11000

Color Harmonies of #05740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05740E

Black with #05740E

Text Example


Text Example

White with #05740E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05740E;
 }
 .AnyTagClassName
 {
   color: #05740E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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