Html Css Color HEX #697842 Woodland

📋 copy color: '#697842'

red 105 ◦ green 120 ◦ blue 66

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

Shades of Woodland #697842

Tints of Woodland #697842

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.24%

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

R = 36.08%
G = 41.24%
B = 22.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#697842 (or 0x697842) is known color: Woodland. HEX triplet: 69, 78 and 42. RGB value is (105,120,66). Sum of RGB (Red+Green+Blue) = 105+120+66=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #697842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697842 is #9687BD. Grayscale: #6D6D6D. Windows color (decimal): -9865150 or 4356201. OLE color: 4356201.

HSL color Cylindrical-coordinate representation of color #697842: hue angle of 76.67º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #697842 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 120 66 -
CMYK 0.13 0 0.45 0.53
HSL 76.67º 0.29% 0.36% -
HSV(B) 76.67º 0.45% 0.47% -
XYZ 13.53 16.83 7.69 -
YUV 109.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 105 120 66 0.13 0 0.45 0.53 76.67 0.29 0.36
Hex 69 78 42 D 0 2D 35 4D 1D 24
Octal 151 170 102 15 0 55 65 115 35 44
Binary 1101001 1111000 1000010 1101 0 101101 110101 1001101 11101 100100

Color Harmonies of #697842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697842

Black with #697842

Text Example


Text Example

White with #697842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697842; }

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

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

background-color css

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

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

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

border-color css

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

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

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