#696B23

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

Shades of Rain Forest #696B23

Tints of Rain Forest #696B23

Color information

#696B23 (or 0x696B23) is unknown color: approx Rain Forest. HEX triplet: 69, 6B and 23. RGB value is (105,107,35). Sum of RGB (Red+Green+Blue) = 105+107+35=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 107 - color contains mainly: green. Hex color #696B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696B23 is #9694DC. Grayscale: #626262. Windows color (decimal): -9868509 or 2321257. OLE color: 2321257.

HSL color Cylindrical-coordinate representation of color #696B23: hue angle of 61.67º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #696B23 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB10510735-
CMYK0.0200.670.58
HSL61.67º50.7%27.84%-
HSV(B)61.67º67.29%41.96%-
XYZ11.3913.643.62-
YUV98.1992.34132.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 107 (42.19% from 255) = 43.32%
BLUE value IS 35 (14.06% from 255) = 14.17%
R=42.51%
G=43.32%
B=14.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105107350.0200.670.5861.6750.727.84
Hex696B2320433A3e331c
Octal151153432010372766334
Binary11010011101011100011100100001111101011111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696B23; }

 p { color: rgb(105,107,35); }

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

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

 a { background-color: rgb(105,107,35); }

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

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

 span { border-color: rgb(105,107,35); }

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