#696F31

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

Shades of Rain Forest #696F31

Tints of Rain Forest #696F31

Color information

#696F31 (or 0x696F31) is unknown color: approx Rain Forest. HEX triplet: 69, 6F and 31. RGB value is (105,111,49). Sum of RGB (Red+Green+Blue) = 105+111+49=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 111 - color contains mainly: green. Hex color #696F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696F31 is #9690CE. Grayscale: #666666. Windows color (decimal): -9867471 or 3239785. OLE color: 3239785.

HSL color Cylindrical-coordinate representation of color #696F31: hue angle of 65.81º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #696F31 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB10511149-
CMYK0.0500.560.56
HSL65.81º38.75%31.37%-
HSV(B)65.81º55.86%43.53%-
XYZ12.0614.595.09-
YUV102.1498.01130.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.62%
GREEN value IS 111 (43.75% from 255) = 41.89%
BLUE value IS 49 (19.53% from 255) = 18.49%
R=39.62%
G=41.89%
B=18.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105111490.0500.560.5665.8138.7531.37
Hex696F3150383842271f
Octal151157615070701024737
Binary110100111011111100011010111000111000100001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,111,49); }

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

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

 a { background-color: rgb(105,111,49); }

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

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

 span { border-color: rgb(105,111,49); }

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