Html Css Color HEX #697335 Rain Forest

📋 copy color: '#697335'

red 105 ◦ green 115 ◦ blue 53

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

Shades of Rain Forest #697335

Tints of Rain Forest #697335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.41%

R = 38.46%
G = 42.12%
B = 19.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#697335 (or 0x697335) is known color: Rain Forest. HEX triplet: 69, 73 and 35. RGB value is (105,115,53). Sum of RGB (Red+Green+Blue) = 105+115+53=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #697335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697335 is #968CCA. Grayscale: #696969. Windows color (decimal): -9866443 or 3502953. OLE color: 3502953.

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

Color convert

RGB 105 115 53 -
CMYK 0.09 0 0.54 0.55
HSL 69.68º 0.37% 0.33% -
HSV(B) 69.68º 0.54% 0.45% -
XYZ 12.6 15.52 5.7 -
YUV 104.94 98.69 128.04 -
System Red Green Blue C M Y K H S L
Decimal 105 115 53 0.09 0 0.54 0.55 69.68 0.37 0.33
Hex 69 73 35 9 0 36 37 46 25 21
Octal 151 163 65 11 0 66 67 106 45 41
Binary 1101001 1110011 110101 1001 0 110110 110111 1000110 100101 100001

Color Harmonies of #697335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697335

Black with #697335

Text Example


Text Example

White with #697335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697335; }

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

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

background-color css

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

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

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

border-color css

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

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

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