Html Css Color HEX #05740F Green

📋 copy color: '#05740F'

red 5 ◦ green 116 ◦ blue 15

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

Shades of Green #05740F

Tints of Green #05740F

RGB

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

 GREEN value IS 116 (45.7% 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 value IS 0.96

 M value IS 0

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#05740F (or 0x05740F) is known color: 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

RGB 5 116 15 -
CMYK 0.96 0 0.87 0.55
HSL 125.41º 0.92% 0.24% -
HSV(B) 125.41º 0.96% 0.45% -
XYZ 6.39 12.56 2.54 -
YUV 71.3 96.23 80.71 -
System Red Green Blue C M Y K H S L
Decimal 5 116 15 0.96 0 0.87 0.55 125.41 0.92 0.24
Hex 5 74 F 60 0 57 37 7D 5C 18
Octal 5 164 17 140 0 127 67 175 134 30
Binary 101 1110100 1111 1100000 0 1010111 110111 1111101 1011100 11000

Color Harmonies of #05740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05740F

Black with #05740F

Text Example


Text Example

White with #05740F

Text Example


Text Example

HTML Codes & Css Web 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>