Html Css Color HEX #868325 Trendy Green

📋 copy color: '#868325'

red 134 ◦ green 131 ◦ blue 37

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

Shades of Trendy Green #868325

Tints of Trendy Green #868325

RGB

 RED value IS 134 (52.73% from 255) = 44.37%

 GREEN value IS 131 (51.56% from 255) = 43.38%

 BLUE value IS 37 (14.84% from 255) = 12.25%

R = 44.37%
G = 43.38%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#868325 (or 0x868325) is known color: Trendy Green. HEX triplet: 86, 83 and 25. RGB value is (134,131,37). Sum of RGB (Red+Green+Blue) = 134+131+37=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #868325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868325 is #797CDA. Grayscale: #797979. Windows color (decimal): -7961819 or 2458502. OLE color: 2458502.

HSL color Cylindrical-coordinate representation of color #868325: hue angle of 58.14º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #868325 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 131 37 -
CMYK 0 0.02 0.72 0.47
HSL 58.14º 0.57% 0.34% -
HSV(B) 58.14º 0.72% 0.53% -
XYZ 18.28 21.43 4.92 -
YUV 121.18 80.49 137.14 -
System Red Green Blue C M Y K H S L
Decimal 134 131 37 0 0.02 0.72 0.47 58.14 0.57 0.34
Hex 86 83 25 0 2 48 2F 3A 39 22
Octal 206 203 45 0 2 110 57 72 71 42
Binary 10000110 10000011 100101 0 10 1001000 101111 111010 111001 100010

Color Harmonies of #868325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868325

Black with #868325

Text Example


Text Example

White with #868325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868325; }

 p { color: rgb(134,131,37); }

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

background-color css

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

 a { background-color: rgb(134,131,37); }

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

border-color css

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

 span { border-color: rgb(134,131,37); }

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