#697524

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

Shades of Rain Forest #697524

Tints of Rain Forest #697524

Color information

#697524 (or 0x697524) is unknown color: approx Rain Forest. HEX triplet: 69, 75 and 24. RGB value is (105,117,36). Sum of RGB (Red+Green+Blue) = 105+117+36=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #697524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697524 is #968ADB. Grayscale: #686868. Windows color (decimal): -9865948 or 2389353. OLE color: 2389353.

HSL color Cylindrical-coordinate representation of color #697524: hue angle of 68.89º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #697524 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB10511736-
CMYK0.1000.690.54
HSL68.89º52.94%30%-
HSV(B)68.89º69.23%45.88%-
XYZ12.5115.854.07-
YUV104.1889.52128.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.70%
GREEN value IS 117 (46.09% from 255) = 45.35%
BLUE value IS 36 (14.45% from 255) = 13.95%
R=40.70%
G=45.35%
B=13.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117360.1000.690.5468.8952.9430
Hex697524A0453645351e
Octal15116544120105661056536
Binary11010011110101100100101001000101110110100010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697524; }

 p { color: rgb(105,117,36); }

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

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

 a { background-color: rgb(105,117,36); }

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

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

 span { border-color: rgb(105,117,36); }

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