Html Css Color HEX #697244 Woodland

📋 copy color: '#697244'

red 105 ◦ green 114 ◦ blue 68

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

Shades of Woodland #697244

Tints of Woodland #697244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.69%

R = 36.59%
G = 39.72%
B = 23.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#697244 (or 0x697244) is known color: Woodland. HEX triplet: 69, 72 and 44. RGB value is (105,114,68). Sum of RGB (Red+Green+Blue) = 105+114+68=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 114 - color contains mainly: green. Hex color #697244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697244 is #968DBB. Grayscale: #6A6A6A. Windows color (decimal): -9866684 or 4485737. OLE color: 4485737.

HSL color Cylindrical-coordinate representation of color #697244: hue angle of 71.74º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #697244 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 114 68 -
CMYK 0.08 0 0.40 0.55
HSL 71.74º 0.25% 0.36% -
HSV(B) 71.74º 0.4% 0.45% -
XYZ 12.89 15.46 7.77 -
YUV 106.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 105 114 68 0.08 0 0.40 0.55 71.74 0.25 0.36
Hex 69 72 44 8 0 28 37 48 19 24
Octal 151 162 104 10 0 50 67 110 31 44
Binary 1101001 1110010 1000100 1000 0 101000 110111 1001000 11001 100100

Color Harmonies of #697244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697244

Black with #697244

Text Example


Text Example

White with #697244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697244; }

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

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

background-color css

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

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

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

border-color css

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

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

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