Html Css Color HEX #868319 Trendy Green

📋 copy color: '#868319'

red 134 ◦ green 131 ◦ blue 25

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

Shades of Trendy Green #868319

Tints of Trendy Green #868319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.62%

R = 46.21%
G = 45.17%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#868319 (or 0x868319) is known color: Trendy Green. HEX triplet: 86, 83 and 19. RGB value is (134,131,25). Sum of RGB (Red+Green+Blue) = 134+131+25=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #868319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868319 is #797CE6. Grayscale: #787878. Windows color (decimal): -7961831 or 1672070. OLE color: 1672070.

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

Color convert

RGB 134 131 25 -
CMYK 0 0.02 0.81 0.47
HSL 58.35º 0.69% 0.31% -
HSV(B) 58.35º 0.81% 0.53% -
XYZ 18.12 21.37 4.09 -
YUV 119.81 74.49 138.12 -
System Red Green Blue C M Y K H S L
Decimal 134 131 25 0 0.02 0.81 0.47 58.35 0.69 0.31
Hex 86 83 19 0 2 51 2F 3A 45 1F
Octal 206 203 31 0 2 121 57 72 105 37
Binary 10000110 10000011 11001 0 10 1010001 101111 111010 1000101 11111

Color Harmonies of #868319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868319

Black with #868319

Text Example


Text Example

White with #868319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868319; }

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

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

background-color css

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

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

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

border-color css

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

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

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