#868812

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

Shades of Trendy Green #868812

Tints of Trendy Green #868812

Color information

#868812 (or 0x868812) is unknown color: approx Trendy Green. HEX triplet: 86, 88 and 12. RGB value is (134,136,18). Sum of RGB (Red+Green+Blue) = 134+136+18=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #868812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868812 is #7977ED. Grayscale: #7A7A7A. Windows color (decimal): -7960558 or 1214598. OLE color: 1214598.

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

Color convert

RGB13413618-
CMYK0.0100.870.47
HSL61.02º76.62%30.2%-
HSV(B)61.02º86.76%53.33%-
XYZ18.7422.723.97-
YUV121.9569.34136.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 136 (53.52% from 255) = 47.22%
BLUE value IS 18 (7.42% from 255) = 6.25%
R=46.53%
G=47.22%
B=6.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134136180.0100.870.4761.0276.6230.2
Hex86881210572F3d4d1e
Octal2062102210127577511536
Binary100001101000100010010101010111101111111101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868812; }

 p { color: rgb(134,136,18); }

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

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

 a { background-color: rgb(134,136,18); }

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

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

 span { border-color: rgb(134,136,18); }

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