#686A25

Color #686A25 Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rain Forest #686A25

Tints of Rain Forest #686A25

Color information

#686A25 (or 0x686A25) is unknown color: approx Rain Forest. HEX triplet: 68, 6A and 25. RGB value is (104,106,37). Sum of RGB (Red+Green+Blue) = 104+106+37=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 106 - color contains mainly: green. Hex color #686A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686A25 is #9795DA. Grayscale: #616161. Windows color (decimal): -9934299 or 2452072. OLE color: 2452072.

HSL color Cylindrical-coordinate representation of color #686A25: hue angle of 61.74º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #686A25 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB10410637-
CMYK0.0200.650.58
HSL61.74º48.25%28.04%-
HSV(B)61.74º65.09%41.57%-
XYZ11.213.383.74-
YUV97.5493.84132.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.11%
GREEN value IS 106 (41.80% from 255) = 42.91%
BLUE value IS 37 (14.84% from 255) = 14.98%
R=42.11%
G=42.91%
B=14.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104106370.0200.650.5861.7448.2528.04
Hex686A2520413A3e301c
Octal150152452010172766034
Binary11010001101010100101100100000111101011111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686A25; }

 p { color: rgb(104,106,37); }

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

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

 a { background-color: rgb(104,106,37); }

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

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

 span { border-color: rgb(104,106,37); }

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