#697426

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

Shades of Rain Forest #697426

Tints of Rain Forest #697426

Color information

#697426 (or 0x697426) is unknown color: approx Rain Forest. HEX triplet: 69, 74 and 26. RGB value is (105,116,38). Sum of RGB (Red+Green+Blue) = 105+116+38=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #697426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697426 is #968BD9. Grayscale: #686868. Windows color (decimal): -9866202 or 2520169. OLE color: 2520169.

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

Color convert

RGB10511638-
CMYK0.0900.670.55
HSL68.46º50.65%30.2%-
HSV(B)68.46º67.24%45.49%-
XYZ12.4215.634.2-
YUV103.8290.86128.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.54%
GREEN value IS 116 (45.70% from 255) = 44.79%
BLUE value IS 38 (15.23% from 255) = 14.67%
R=40.54%
G=44.79%
B=14.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105116380.0900.670.5568.4650.6530.2
Hex69742690433744331e
Octal15116446110103671046336
Binary11010011110100100110100101000011110111100010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697426; }

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

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

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

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

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

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

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

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