#676B2F

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

Shades of Rain Forest #676B2F

Tints of Rain Forest #676B2F

Color information

#676B2F (or 0x676B2F) is unknown color: approx Rain Forest. HEX triplet: 67, 6B and 2F. RGB value is (103,107,47). Sum of RGB (Red+Green+Blue) = 103+107+47=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 107 - color contains mainly: green. Hex color #676B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676B2F is #9894D0. Grayscale: #636363. Windows color (decimal): -9999569 or 3107687. OLE color: 3107687.

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

Color convert

RGB10310747-
CMYK0.0400.560.58
HSL64º38.96%30.2%-
HSV(B)64º56.07%41.96%-
XYZ11.3613.64.72-
YUV98.9698.67130.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.08%
GREEN value IS 107 (42.19% from 255) = 41.63%
BLUE value IS 47 (18.75% from 255) = 18.29%
R=40.08%
G=41.63%
B=18.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103107470.0400.560.586438.9630.2
Hex676B2F40383A40271e
Octal147153574070721004736
Binary110011111010111011111000111000111010100000010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,107,47); }

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

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

 a { background-color: rgb(103,107,47); }

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

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

 span { border-color: rgb(103,107,47); }

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