#868b25

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

Shades of Trendy Green #868B25

Tints of Trendy Green #868B25

Color information

#868B25 (or 0x868B25) is unknown color: approx Trendy Green. HEX triplet: 86, 8B and 25. RGB value is (134,139,37). Sum of RGB (Red+Green+Blue) = 134+139+37=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #868B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868B25 is #7974DA. Grayscale: #7E7E7E. Windows color (decimal): -7959771 or 2460550. OLE color: 2460550.

HSL color Cylindrical-coordinate representation of color #868B25: hue angle of 62.94º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #868B25 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB13413937-
CMYK0.0400.730.45
HSL62.94º57.95%34.51%-
HSV(B)62.94º73.38%54.51%-
XYZ19.423.675.3-
YUV125.8877.84133.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 139 (54.69% from 255) = 44.84%
BLUE value IS 37 (14.84% from 255) = 11.94%
R=43.23%
G=44.84%
B=11.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134139370.0400.730.4562.9457.9534.51
Hex868B2540492D3f3a23
Octal206213454011155777243
Binary100001101000101110010110001001001101101111111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868b25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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