#676A31

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

Shades of Rain Forest #676A31

Tints of Rain Forest #676A31

Color information

#676A31 (or 0x676A31) is unknown color: approx Rain Forest. HEX triplet: 67, 6A and 31. RGB value is (103,106,49). Sum of RGB (Red+Green+Blue) = 103+106+49=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 106 - color contains mainly: green. Hex color #676A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676A31 is #9895CE. Grayscale: #626262. Windows color (decimal): -9999823 or 3238503. OLE color: 3238503.

HSL color Cylindrical-coordinate representation of color #676A31: hue angle of 63.16º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #676A31 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB10310649-
CMYK0.0300.540.58
HSL63.16º36.77%30.39%-
HSV(B)63.16º53.77%41.57%-
XYZ11.313.414.9-
YUV98.6100.01131.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.92%
GREEN value IS 106 (41.80% from 255) = 41.09%
BLUE value IS 49 (19.53% from 255) = 18.99%
R=39.92%
G=41.09%
B=18.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103106490.0300.540.5863.1636.7730.39
Hex676A3130363A3f251e
Octal14715261306672774536
Binary1100111110101011000111011011011101011111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676A31; }

 p { color: rgb(103,106,49); }

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

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

 a { background-color: rgb(103,106,49); }

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

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

 span { border-color: rgb(103,106,49); }

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