Html Css Color HEX #697242 Woodland

📋 copy color: '#697242'

red 105 ◦ green 114 ◦ blue 66

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

Shades of Woodland #697242

Tints of Woodland #697242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40%

 BLUE value IS 66 (26.17% from 255) = 23.16%

R = 36.84%
G = 40%
B = 23.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#697242 (or 0x697242) is known color: Woodland. HEX triplet: 69, 72 and 42. RGB value is (105,114,66). Sum of RGB (Red+Green+Blue) = 105+114+66=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #697242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697242 is #968DBD. Grayscale: #6A6A6A. Windows color (decimal): -9866686 or 4354665. OLE color: 4354665.

HSL color Cylindrical-coordinate representation of color #697242: hue angle of 71.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #697242 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 114 66 -
CMYK 0.08 0 0.42 0.55
HSL 71.25º 0.27% 0.35% -
HSV(B) 71.25º 0.42% 0.45% -
XYZ 12.83 15.43 7.46 -
YUV 105.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 105 114 66 0.08 0 0.42 0.55 71.25 0.27 0.35
Hex 69 72 42 8 0 2A 37 47 1B 23
Octal 151 162 102 10 0 52 67 107 33 43
Binary 1101001 1110010 1000010 1000 0 101010 110111 1000111 11011 100011

Color Harmonies of #697242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697242

Black with #697242

Text Example


Text Example

White with #697242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697242; }

 p { color: rgb(105,114,66); }

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

background-color css

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

 a { background-color: rgb(105,114,66); }

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

border-color css

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

 span { border-color: rgb(105,114,66); }

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