#697126

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

Shades of Rain Forest #697126

Tints of Rain Forest #697126

Color information

#697126 (or 0x697126) is unknown color: approx Rain Forest. HEX triplet: 69, 71 and 26. RGB value is (105,113,38). Sum of RGB (Red+Green+Blue) = 105+113+38=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #697126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697126 is #968ED9. Grayscale: #666666. Windows color (decimal): -9866970 or 2519401. OLE color: 2519401.

HSL color Cylindrical-coordinate representation of color #697126: hue angle of 66.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #697126 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB10511338-
CMYK0.0700.660.56
HSL66.4º49.67%29.61%-
HSV(B)66.4º66.37%44.31%-
XYZ12.0814.954.08-
YUV102.0691.85130.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 113 (44.53% from 255) = 44.14%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=41.02%
G=44.14%
B=14.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105113380.0700.660.5666.449.6729.61
Hex69712670423842321e
Octal1511614670102701026236
Binary1101001111000110011011101000010111000100001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697126; }

 p { color: rgb(105,113,38); }

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

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

 a { background-color: rgb(105,113,38); }

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

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

 span { border-color: rgb(105,113,38); }

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