Html Css Color HEX #85862A Trendy Green

📋 copy color: '#85862A'

red 133 ◦ green 134 ◦ blue 42

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

Shades of Trendy Green #85862A

Tints of Trendy Green #85862A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.37%

 BLUE value IS 42 (16.8% from 255) = 13.59%

R = 43.04%
G = 43.37%
B = 13.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#85862A (or 0x85862A) is known color: Trendy Green. HEX triplet: 85, 86 and 2A. RGB value is (133,134,42). Sum of RGB (Red+Green+Blue) = 133+134+42=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #85862A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85862A is #7A79D5. Grayscale: #7B7B7B. Windows color (decimal): -8026582 or 2786949. OLE color: 2786949.

HSL color Cylindrical-coordinate representation of color #85862A: hue angle of 60.65º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85862A is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 134 42 -
CMYK 0.01 0 0.69 0.47
HSL 60.65º 0.52% 0.35% -
HSV(B) 60.65º 0.69% 0.53% -
XYZ 18.62 22.2 5.5 -
YUV 123.21 82.17 134.98 -
System Red Green Blue C M Y K H S L
Decimal 133 134 42 0.01 0 0.69 0.47 60.65 0.52 0.35
Hex 85 86 2A 1 0 45 2F 3D 34 23
Octal 205 206 52 1 0 105 57 75 64 43
Binary 10000101 10000110 101010 1 0 1000101 101111 111101 110100 100011

Color Harmonies of #85862A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85862A

Black with #85862A

Text Example


Text Example

White with #85862A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85862A; }

 p { color: rgb(133,134,42); }

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

background-color css

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

 a { background-color: rgb(133,134,42); }

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

border-color css

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

 span { border-color: rgb(133,134,42); }

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