Html Css Color HEX #697046 Woodland

📋 copy color: '#697046'

red 105 ◦ green 112 ◦ blue 70

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

Shades of Woodland #697046

Tints of Woodland #697046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.39%

R = 36.59%
G = 39.02%
B = 24.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#697046 (or 0x697046) is known color: Woodland. HEX triplet: 69, 70 and 46. RGB value is (105,112,70). Sum of RGB (Red+Green+Blue) = 105+112+70=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #697046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697046 is #968FB9. Grayscale: #696969. Windows color (decimal): -9867194 or 4616297. OLE color: 4616297.

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

Color convert

RGB 105 112 70 -
CMYK 0.06 0 0.38 0.56
HSL 70º 0.23% 0.36% -
HSV(B) 70º 0.38% 0.44% -
XYZ 12.73 15.03 8.03 -
YUV 105.12 108.18 127.92 -
System Red Green Blue C M Y K H S L
Decimal 105 112 70 0.06 0 0.38 0.56 70 0.23 0.36
Hex 69 70 46 6 0 26 38 46 17 24
Octal 151 160 106 6 0 46 70 106 27 44
Binary 1101001 1110000 1000110 110 0 100110 111000 1000110 10111 100100

Color Harmonies of #697046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697046

Black with #697046

Text Example


Text Example

White with #697046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697046; }

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

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

background-color css

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

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

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

border-color css

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

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

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