Html Css Color HEX #50714D Cactus

📋 copy color: '#50714D'

red 80 ◦ green 113 ◦ blue 77

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

Shades of Cactus #50714D

Tints of Cactus #50714D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.85%

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 29.63%
G = 41.85%
B = 28.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#50714D (or 0x50714D) is known color: Cactus. HEX triplet: 50, 71 and 4D. RGB value is (80,113,77). Sum of RGB (Red+Green+Blue) = 80+113+77=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #50714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50714D is #AF8EB2. Grayscale: #636363. Windows color (decimal): -11505331 or 5075280. OLE color: 5075280.

HSL color Cylindrical-coordinate representation of color #50714D: hue angle of 115º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50714D is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 77 -
CMYK 0.29 0 0.32 0.56
HSL 115º 0.19% 0.37% -
HSV(B) 115º 0.32% 0.44% -
XYZ 10.55 14.05 9.18 -
YUV 99.03 115.57 114.43 -
System Red Green Blue C M Y K H S L
Decimal 80 113 77 0.29 0 0.32 0.56 115 0.19 0.37
Hex 50 71 4D 1D 0 20 38 73 13 25
Octal 120 161 115 35 0 40 70 163 23 45
Binary 1010000 1110001 1001101 11101 0 100000 111000 1110011 10011 100101

Color Harmonies of #50714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50714D

Black with #50714D

Text Example


Text Example

White with #50714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50714D; }

 p { color: rgb(80,113,77); }

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

background-color css

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

 a { background-color: rgb(80,113,77); }

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

border-color css

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

 span { border-color: rgb(80,113,77); }

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