Html Css Color HEX #05760E Green

📋 copy color: '#05760E'

red 5 ◦ green 118 ◦ blue 14

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

Shades of Green #05760E

Tints of Green #05760E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 86.13%

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

R = 3.65%
G = 86.13%
B = 10.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#05760E (or 0x05760E) is known color: Green. HEX triplet: 05, 76 and 0E. RGB value is (5,118,14). Sum of RGB (Red+Green+Blue) = 5+118+14=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 118 (46.48% from 255 or 86.13% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 118 - color contains mainly: green. Hex color #05760E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05760E is #FA89F1. Grayscale: #484848. Windows color (decimal): -16419314 or 947717. OLE color: 947717.

HSL color Cylindrical-coordinate representation of color #05760E: hue angle of 124.78º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05760E is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 118 14 -
CMYK 0.96 0 0.88 0.54
HSL 124.78º 0.92% 0.24% -
HSV(B) 124.78º 0.96% 0.46% -
XYZ 6.62 13.02 2.58 -
YUV 72.36 95.06 79.96 -
System Red Green Blue C M Y K H S L
Decimal 5 118 14 0.96 0 0.88 0.54 124.78 0.92 0.24
Hex 5 76 E 60 0 58 36 7D 5C 18
Octal 5 166 16 140 0 130 66 175 134 30
Binary 101 1110110 1110 1100000 0 1011000 110110 1111101 1011100 11000

Color Harmonies of #05760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05760E

Black with #05760E

Text Example


Text Example

White with #05760E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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