#6F7529

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

Shades of Rain Forest #6F7529

Tints of Rain Forest #6F7529

Color information

#6F7529 (or 0x6F7529) is unknown color: approx Rain Forest. HEX triplet: 6F, 75 and 29. RGB value is (111,117,41). Sum of RGB (Red+Green+Blue) = 111+117+41=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #6F7529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7529 is #908AD6. Grayscale: #6A6A6A. Windows color (decimal): -9472727 or 2717039. OLE color: 2717039.

HSL color Cylindrical-coordinate representation of color #6F7529: hue angle of 64.74º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F7529 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB11111741-
CMYK0.0500.650.54
HSL64.74º48.1%30.98%-
HSV(B)64.74º64.96%45.88%-
XYZ13.3216.264.53-
YUV106.5491.01131.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.26%
GREEN value IS 117 (46.09% from 255) = 43.49%
BLUE value IS 41 (16.41% from 255) = 15.24%
R=41.26%
G=43.49%
B=15.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111117410.0500.650.5464.7448.130.98
Hex6F752950413641301f
Octal1571655150101661016037
Binary1101111111010110100110101000001110110100000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F7529; }

 p { color: rgb(111,117,41); }

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

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

 a { background-color: rgb(111,117,41); }

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

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

 span { border-color: rgb(111,117,41); }

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