Html Css Color HEX #878014 Trendy Green

📋 copy color: '#878014'

red 135 ◦ green 128 ◦ blue 20

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

Shades of Trendy Green #878014

Tints of Trendy Green #878014

RGB

 RED value IS 135 (53.13% from 255) = 47.7%

 GREEN value IS 128 (50.39% from 255) = 45.23%

 BLUE value IS 20 (8.2% from 255) = 7.07%

R = 47.7%
G = 45.23%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#878014 (or 0x878014) is known color: Trendy Green. HEX triplet: 87, 80 and 14. RGB value is (135,128,20). Sum of RGB (Red+Green+Blue) = 135+128+20=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #878014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878014 is #787FEB. Grayscale: #767676. Windows color (decimal): -7897068 or 1343623. OLE color: 1343623.

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

Color convert

RGB 135 128 20 -
CMYK 0 0.05 0.85 0.47
HSL 56.35º 0.74% 0.3% -
HSV(B) 56.35º 0.85% 0.53% -
XYZ 17.84 20.64 3.71 -
YUV 117.78 72.82 140.28 -
System Red Green Blue C M Y K H S L
Decimal 135 128 20 0 0.05 0.85 0.47 56.35 0.74 0.3
Hex 87 80 14 0 5 55 2F 38 4A 1E
Octal 207 200 24 0 5 125 57 70 112 36
Binary 10000111 10000000 10100 0 101 1010101 101111 111000 1001010 11110

Color Harmonies of #878014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878014

Black with #878014

Text Example


Text Example

White with #878014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878014; }

 p { color: rgb(135,128,20); }

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

background-color css

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

 a { background-color: rgb(135,128,20); }

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

border-color css

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

 span { border-color: rgb(135,128,20); }

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