Html Css Color HEX #50780F Green Leaf

📋 copy color: '#50780F'

red 80 ◦ green 120 ◦ blue 15

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

Shades of Green Leaf #50780F

Tints of Green Leaf #50780F

RGB

 RED value IS 80 (31.64% from 255) = 37.21%

 GREEN value IS 120 (47.27% from 255) = 55.81%

 BLUE value IS 15 (6.25% from 255) = 6.98%

R = 37.21%
G = 55.81%
B = 6.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#50780F (or 0x50780F) is known color: Green Leaf. HEX triplet: 50, 78 and 0F. RGB value is (80,120,15). Sum of RGB (Red+Green+Blue) = 80+120+15=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 120 (47.27% from 255 or 55.81% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 120 - color contains mainly: green. Hex color #50780F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50780F is #AF87F0. Grayscale: #606060. Windows color (decimal): -11503601 or 1013840. OLE color: 1013840.

HSL color Cylindrical-coordinate representation of color #50780F: hue angle of 82.86º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50780F is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 120 15 -
CMYK 0.33 0 0.87 0.53
HSL 82.86º 0.78% 0.26% -
HSV(B) 82.86º 0.88% 0.47% -
XYZ 10.11 15.17 2.85 -
YUV 96.07 82.25 116.54 -
System Red Green Blue C M Y K H S L
Decimal 80 120 15 0.33 0 0.87 0.53 82.86 0.78 0.26
Hex 50 78 F 21 0 57 35 53 4E 1A
Octal 120 170 17 41 0 127 65 123 116 32
Binary 1010000 1111000 1111 100001 0 1010111 110101 1010011 1001110 11010

Color Harmonies of #50780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50780F

Black with #50780F

Text Example


Text Example

White with #50780F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,120,15); }

 H1.HeaderClassName
 {
   color: #50780F;
 }
 .AnyTagClassName
 {
   color: #50780F;
 }
</style>

background-color css

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

 a { background-color: rgb(80,120,15); }

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

border-color css

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

 span { border-color: rgb(80,120,15); }

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