Html Css Color HEX #857E1E Trendy Green

📋 copy color: '#857E1E'

red 133 ◦ green 126 ◦ blue 30

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

Shades of Trendy Green #857E1E

Tints of Trendy Green #857E1E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 43.6%

 BLUE value IS 30 (12.11% from 255) = 10.38%

R = 46.02%
G = 43.6%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#857E1E (or 0x857E1E) is known color: Trendy Green. HEX triplet: 85, 7E and 1E. RGB value is (133,126,30). Sum of RGB (Red+Green+Blue) = 133+126+30=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #857E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E1E is #7A81E1. Grayscale: #757575. Windows color (decimal): -8028642 or 1998469. OLE color: 1998469.

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

Color convert

RGB 133 126 30 -
CMYK 0 0.05 0.77 0.48
HSL 55.92º 0.63% 0.32% -
HSV(B) 55.92º 0.77% 0.52% -
XYZ 17.37 20 4.17 -
YUV 117.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 133 126 30 0 0.05 0.77 0.48 55.92 0.63 0.32
Hex 85 7E 1E 0 5 4D 30 38 3F 20
Octal 205 176 36 0 5 115 60 70 77 40
Binary 10000101 1111110 11110 0 101 1001101 110000 111000 111111 100000

Color Harmonies of #857E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E1E

Black with #857E1E

Text Example


Text Example

White with #857E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,126,30); }

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

background-color css

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

 a { background-color: rgb(133,126,30); }

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

border-color css

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

 span { border-color: rgb(133,126,30); }

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