Html Css Color HEX #697146 Woodland

📋 copy color: '#697146'

red 105 ◦ green 113 ◦ blue 70

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

Shades of Woodland #697146

Tints of Woodland #697146

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.24%

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

R = 36.46%
G = 39.24%
B = 24.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#697146 (or 0x697146) is known color: Woodland. HEX triplet: 69, 71 and 46. RGB value is (105,113,70). Sum of RGB (Red+Green+Blue) = 105+113+70=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #697146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697146 is #968EB9. Grayscale: #696969. Windows color (decimal): -9866938 or 4616553. OLE color: 4616553.

HSL color Cylindrical-coordinate representation of color #697146: hue angle of 71.16º 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 #697146 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 113 70 -
CMYK 0.07 0 0.38 0.56
HSL 71.16º 0.23% 0.36% -
HSV(B) 71.16º 0.38% 0.44% -
XYZ 12.84 15.26 8.06 -
YUV 105.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 105 113 70 0.07 0 0.38 0.56 71.16 0.23 0.36
Hex 69 71 46 7 0 26 38 47 17 24
Octal 151 161 106 7 0 46 70 107 27 44
Binary 1101001 1110001 1000110 111 0 100110 111000 1000111 10111 100100

Color Harmonies of #697146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697146

Black with #697146

Text Example


Text Example

White with #697146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697146; }

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

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

background-color css

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

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

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

border-color css

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

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

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