#697530

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

Shades of Rain Forest #697530

Tints of Rain Forest #697530

Color information

#697530 (or 0x697530) is unknown color: approx Rain Forest. HEX triplet: 69, 75 and 30. RGB value is (105,117,48). Sum of RGB (Red+Green+Blue) = 105+117+48=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 117 - color contains mainly: green. Hex color #697530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697530 is #968ACF. Grayscale: #696969. Windows color (decimal): -9865936 or 3175785. OLE color: 3175785.

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

Color convert

RGB10511748-
CMYK0.1000.590.54
HSL70.43º41.82%32.35%-
HSV(B)70.43º58.97%45.88%-
XYZ12.7215.945.2-
YUV105.5595.52127.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 117 (46.09% from 255) = 43.33%
BLUE value IS 48 (19.14% from 255) = 17.78%
R=38.89%
G=43.33%
B=17.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117480.1000.590.5470.4341.8232.35
Hex697530A03B36462a20
Octal1511656012073661065240
Binary11010011110101110000101001110111101101000110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697530; }

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

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

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

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

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

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

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

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