#868A19

Color #868A19 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #868A19

Tints of Trendy Green #868A19

Color information

#868A19 (or 0x868A19) is unknown color: approx Trendy Green. HEX triplet: 86, 8A and 19. RGB value is (134,138,25). Sum of RGB (Red+Green+Blue) = 134+138+25=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #868A19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868A19 is #7975E6. Grayscale: #7C7C7C. Windows color (decimal): -7960039 or 1673862. OLE color: 1673862.

HSL color Cylindrical-coordinate representation of color #868A19: hue angle of 62.12º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #868A19 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB13413825-
CMYK0.0300.820.46
HSL62.12º69.33%31.96%-
HSV(B)62.12º81.88%54.12%-
XYZ19.123.324.41-
YUV123.9272.17135.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 138 (54.30% from 255) = 46.46%
BLUE value IS 25 (10.16% from 255) = 8.42%
R=45.12%
G=46.46%
B=8.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134138250.0300.820.4662.1269.3331.96
Hex868A1930522E3e4520
Octal2062123130122567610540
Binary10000110100010101100111010100101011101111101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868A19; }

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

 H1.HeaderClassName
 {
   color: #868A19;
 }
 .AnyTagClassName
 {
   color: #868A19;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #868A19;
 }
 .BgClassName
 {
   background-color: #868A19;
 }
</style>
border-color css

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

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

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