Html Css Color HEX #697342 Woodland

📋 copy color: '#697342'

red 105 ◦ green 115 ◦ blue 66

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

Shades of Woodland #697342

Tints of Woodland #697342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.21%

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

R = 36.71%
G = 40.21%
B = 23.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#697342 (or 0x697342) is known color: Woodland. HEX triplet: 69, 73 and 42. RGB value is (105,115,66). Sum of RGB (Red+Green+Blue) = 105+115+66=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #697342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697342 is #968CBD. Grayscale: #6A6A6A. Windows color (decimal): -9866430 or 4354921. OLE color: 4354921.

HSL color Cylindrical-coordinate representation of color #697342: hue angle of 72.24º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #697342 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 115 66 -
CMYK 0.09 0 0.43 0.55
HSL 72.24º 0.27% 0.35% -
HSV(B) 72.24º 0.43% 0.45% -
XYZ 12.94 15.66 7.49 -
YUV 106.42 105.19 126.98 -
System Red Green Blue C M Y K H S L
Decimal 105 115 66 0.09 0 0.43 0.55 72.24 0.27 0.35
Hex 69 73 42 9 0 2B 37 48 1B 23
Octal 151 163 102 11 0 53 67 110 33 43
Binary 1101001 1110011 1000010 1001 0 101011 110111 1001000 11011 100011

Color Harmonies of #697342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697342

Black with #697342

Text Example


Text Example

White with #697342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697342; }

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

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

background-color css

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

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

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

border-color css

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

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

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