#626F2F

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

Shades of Rain Forest #626F2F

Tints of Rain Forest #626F2F

Color information

#626F2F (or 0x626F2F) is unknown color: approx Rain Forest. HEX triplet: 62, 6F and 2F. RGB value is (98,111,47). Sum of RGB (Red+Green+Blue) = 98+111+47=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #626F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626F2F is #9D90D0. Grayscale: #646464. Windows color (decimal): -10326225 or 3108706. OLE color: 3108706.

HSL color Cylindrical-coordinate representation of color #626F2F: hue angle of 72.19º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #626F2F is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB9811147-
CMYK0.1200.580.56
HSL72.19º40.51%30.98%-
HSV(B)72.19º57.66%43.53%-
XYZ11.2314.174.83-
YUV99.8298.19126.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.28%
GREEN value IS 111 (43.75% from 255) = 43.36%
BLUE value IS 47 (18.75% from 255) = 18.36%
R=38.28%
G=43.36%
B=18.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98111470.1200.580.5672.1940.5130.98
Hex626F2FC03A3848291f
Octal1421575714072701105137
Binary1100010110111110111111000111010111000100100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626F2F; }

 p { color: rgb(98,111,47); }

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

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

 a { background-color: rgb(98,111,47); }

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

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

 span { border-color: rgb(98,111,47); }

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