#687125

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

Shades of Rain Forest #687125

Tints of Rain Forest #687125

Color information

#687125 (or 0x687125) is unknown color: approx Rain Forest. HEX triplet: 68, 71 and 25. RGB value is (104,113,37). Sum of RGB (Red+Green+Blue) = 104+113+37=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #687125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687125 is #978EDA. Grayscale: #656565. Windows color (decimal): -9932507 or 2453864. OLE color: 2453864.

HSL color Cylindrical-coordinate representation of color #687125: hue angle of 67.11º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #687125 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB10411337-
CMYK0.0800.670.56
HSL67.11º50.67%29.41%-
HSV(B)67.11º67.26%44.31%-
XYZ11.9514.893.99-
YUV101.6591.52129.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.94%
GREEN value IS 113 (44.53% from 255) = 44.49%
BLUE value IS 37 (14.84% from 255) = 14.57%
R=40.94%
G=44.49%
B=14.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104113370.0800.670.5667.1150.6729.41
Hex68712580433843331d
Octal15016145100103701036335
Binary11010001110001100101100001000011111000100001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687125; }

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

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

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

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

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

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

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

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