Html Css Color HEX #697331 Rain Forest

📋 copy color: '#697331'

red 105 ◦ green 115 ◦ blue 49

#697331
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rain Forest #697331

Tints of Rain Forest #697331

RGB

 RED value IS 105 (41.41% from 255) = 39.03%

 GREEN value IS 115 (45.31% from 255) = 42.75%

 BLUE value IS 49 (19.53% from 255) = 18.22%

R = 39.03%
G = 42.75%
B = 18.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#697331 (or 0x697331) is known color: Rain Forest. HEX triplet: 69, 73 and 31. RGB value is (105,115,49). Sum of RGB (Red+Green+Blue) = 105+115+49=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #697331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697331 is #968CCE. Grayscale: #686868. Windows color (decimal): -9866447 or 3240809. OLE color: 3240809.

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

Color convert

RGB 105 115 49 -
CMYK 0.09 0 0.57 0.55
HSL 69.09º 0.4% 0.32% -
HSV(B) 69.09º 0.57% 0.45% -
XYZ 12.51 15.49 5.24 -
YUV 104.49 96.69 128.37 -
System Red Green Blue C M Y K H S L
Decimal 105 115 49 0.09 0 0.57 0.55 69.09 0.4 0.32
Hex 69 73 31 9 0 39 37 45 28 20
Octal 151 163 61 11 0 71 67 105 50 40
Binary 1101001 1110011 110001 1001 0 111001 110111 1000101 101000 100000

Color Harmonies of #697331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697331

Black with #697331

Text Example


Text Example

White with #697331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697331; }

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

 H1.HeaderClassName
 {
   color: #697331;
 }
 .AnyTagClassName
 {
   color: #697331;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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