#697430

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

Shades of Rain Forest #697430

Tints of Rain Forest #697430

Color information

#697430 (or 0x697430) is unknown color: approx Rain Forest. HEX triplet: 69, 74 and 30. RGB value is (105,116,48). Sum of RGB (Red+Green+Blue) = 105+116+48=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #697430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697430 is #968BCF. Grayscale: #696969. Windows color (decimal): -9866192 or 3175529. OLE color: 3175529.

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

Color convert

RGB10511648-
CMYK0.0900.590.55
HSL69.71º41.46%32.16%-
HSV(B)69.71º58.62%45.49%-
XYZ12.615.715.16-
YUV104.9695.86128.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 116 (45.70% from 255) = 43.12%
BLUE value IS 48 (19.14% from 255) = 17.84%
R=39.03%
G=43.12%
B=17.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105116480.0900.590.5569.7141.4632.16
Hex697430903B37462920
Octal1511646011073671065140
Binary11010011110100110000100101110111101111000110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697430; }

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

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

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

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

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

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

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

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