Html Css Color HEX #697042 Woodland

📋 copy color: '#697042'

red 105 ◦ green 112 ◦ blue 66

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

Shades of Woodland #697042

Tints of Woodland #697042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.58%

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

R = 37.1%
G = 39.58%
B = 23.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#697042 (or 0x697042) is known color: Woodland. HEX triplet: 69, 70 and 42. RGB value is (105,112,66). Sum of RGB (Red+Green+Blue) = 105+112+66=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #697042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697042 is #968FBD. Grayscale: #686868. Windows color (decimal): -9867198 or 4354153. OLE color: 4354153.

HSL color Cylindrical-coordinate representation of color #697042: hue angle of 69.13º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #697042 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 112 66 -
CMYK 0.06 0 0.41 0.56
HSL 69.13º 0.26% 0.35% -
HSV(B) 69.13º 0.41% 0.44% -
XYZ 12.6 14.98 7.38 -
YUV 104.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 105 112 66 0.06 0 0.41 0.56 69.13 0.26 0.35
Hex 69 70 42 6 0 29 38 45 1A 23
Octal 151 160 102 6 0 51 70 105 32 43
Binary 1101001 1110000 1000010 110 0 101001 111000 1000101 11010 100011

Color Harmonies of #697042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697042

Black with #697042

Text Example


Text Example

White with #697042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697042; }

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

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

background-color css

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

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

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

border-color css

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

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

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