Html Css Color HEX #858713 Trendy Green

📋 copy color: '#858713'

red 133 ◦ green 135 ◦ blue 19

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

Shades of Trendy Green #858713

Tints of Trendy Green #858713

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.04%

 BLUE value IS 19 (7.81% from 255) = 6.62%

R = 46.34%
G = 47.04%
B = 6.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#858713 (or 0x858713) is known color: Trendy Green. HEX triplet: 85, 87 and 13. RGB value is (133,135,19). Sum of RGB (Red+Green+Blue) = 133+135+19=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #858713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858713 is #7A78EC. Grayscale: #797979. Windows color (decimal): -8026349 or 1279877. OLE color: 1279877.

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

Color convert

RGB 133 135 19 -
CMYK 0.01 0 0.86 0.47
HSL 61.03º 0.75% 0.3% -
HSV(B) 61.03º 0.86% 0.53% -
XYZ 18.45 22.36 3.96 -
YUV 121.18 70.34 136.43 -
System Red Green Blue C M Y K H S L
Decimal 133 135 19 0.01 0 0.86 0.47 61.03 0.75 0.3
Hex 85 87 13 1 0 56 2F 3D 4B 1E
Octal 205 207 23 1 0 126 57 75 113 36
Binary 10000101 10000111 10011 1 0 1010110 101111 111101 1001011 11110

Color Harmonies of #858713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858713

Black with #858713

Text Example


Text Example

White with #858713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858713; }

 p { color: rgb(133,135,19); }

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

background-color css

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

 a { background-color: rgb(133,135,19); }

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

border-color css

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

 span { border-color: rgb(133,135,19); }

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