Html Css Color HEX #857D20 Trendy Green

📋 copy color: '#857D20'

red 133 ◦ green 125 ◦ blue 32

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

Shades of Trendy Green #857D20

Tints of Trendy Green #857D20

RGB

 RED value IS 133 (52.34% from 255) = 45.86%

 GREEN value IS 125 (49.22% from 255) = 43.1%

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 45.86%
G = 43.1%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#857D20 (or 0x857D20) is known color: Trendy Green. HEX triplet: 85, 7D and 20. RGB value is (133,125,32). Sum of RGB (Red+Green+Blue) = 133+125+32=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #857D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857D20 is #7A82DF. Grayscale: #757575. Windows color (decimal): -8028896 or 2129285. OLE color: 2129285.

HSL color Cylindrical-coordinate representation of color #857D20: hue angle of 55.25º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #857D20 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 125 32 -
CMYK 0 0.06 0.76 0.48
HSL 55.25º 0.61% 0.32% -
HSV(B) 55.25º 0.76% 0.52% -
XYZ 17.27 19.76 4.27 -
YUV 116.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 133 125 32 0 0.06 0.76 0.48 55.25 0.61 0.32
Hex 85 7D 20 0 6 4C 30 37 3D 20
Octal 205 175 40 0 6 114 60 67 75 40
Binary 10000101 1111101 100000 0 110 1001100 110000 110111 111101 100000

Color Harmonies of #857D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D20

Black with #857D20

Text Example


Text Example

White with #857D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857D20; }

 p { color: rgb(133,125,32); }

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

background-color css

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

 a { background-color: rgb(133,125,32); }

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

border-color css

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

 span { border-color: rgb(133,125,32); }

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