Html Css Color HEX #507711 Green Leaf

📋 copy color: '#507711'

red 80 ◦ green 119 ◦ blue 17

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

Shades of Green Leaf #507711

Tints of Green Leaf #507711

RGB

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

 GREEN value IS 119 (46.88% from 255) = 55.09%

 BLUE value IS 17 (7.03% from 255) = 7.87%

R = 37.04%
G = 55.09%
B = 7.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#507711 (or 0x507711) is known color: Green Leaf. HEX triplet: 50, 77 and 11. RGB value is (80,119,17). Sum of RGB (Red+Green+Blue) = 80+119+17=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #507711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507711 is #AF88EE. Grayscale: #606060. Windows color (decimal): -11503855 or 1144656. OLE color: 1144656.

HSL color Cylindrical-coordinate representation of color #507711: hue angle of 82.94º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #507711 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 17 -
CMYK 0.33 0 0.86 0.53
HSL 82.94º 0.75% 0.27% -
HSV(B) 82.94º 0.86% 0.47% -
XYZ 10.01 14.94 2.89 -
YUV 95.71 83.58 116.79 -
System Red Green Blue C M Y K H S L
Decimal 80 119 17 0.33 0 0.86 0.53 82.94 0.75 0.27
Hex 50 77 11 21 0 56 35 53 4B 1B
Octal 120 167 21 41 0 126 65 123 113 33
Binary 1010000 1110111 10001 100001 0 1010110 110101 1010011 1001011 11011

Color Harmonies of #507711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507711

Black with #507711

Text Example


Text Example

White with #507711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507711; }

 p { color: rgb(80,119,17); }

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

background-color css

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

 a { background-color: rgb(80,119,17); }

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

border-color css

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

 span { border-color: rgb(80,119,17); }

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