#697332

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

Shades of Rain Forest #697332

Tints of Rain Forest #697332

Color information

#697332 (or 0x697332) is unknown color: approx Rain Forest. HEX triplet: 69, 73 and 32. RGB value is (105,115,50). Sum of RGB (Red+Green+Blue) = 105+115+50=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #697332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697332 is #968CCD. Grayscale: #686868. Windows color (decimal): -9866446 or 3306345. OLE color: 3306345.

HSL color Cylindrical-coordinate representation of color #697332: hue angle of 69.23º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #697332 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB10511550-
CMYK0.0900.570.55
HSL69.23º39.39%32.35%-
HSV(B)69.23º56.52%45.1%-
XYZ12.5315.55.35-
YUV104.697.19128.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 115 (45.31% from 255) = 42.59%
BLUE value IS 50 (19.92% from 255) = 18.52%
R=38.89%
G=42.59%
B=18.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115500.0900.570.5569.2339.3932.35
Hex697332903937452720
Octal1511636211071671054740
Binary11010011110011110010100101110011101111000101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697332; }

 p { color: rgb(105,115,50); }

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

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

 a { background-color: rgb(105,115,50); }

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

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

 span { border-color: rgb(105,115,50); }

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