Html Css Color HEX #696F3B Woodland

📋 copy color: '#696F3B'

red 105 ◦ green 111 ◦ blue 59

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

Shades of Woodland #696F3B

Tints of Woodland #696F3B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.36%

 BLUE value IS 59 (23.44% from 255) = 21.45%

R = 38.18%
G = 40.36%
B = 21.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#696F3B (or 0x696F3B) is known color: Woodland. HEX triplet: 69, 6F and 3B. RGB value is (105,111,59). Sum of RGB (Red+Green+Blue) = 105+111+59=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 111 - color contains mainly: green. Hex color #696F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696F3B is #9690C4. Grayscale: #676767. Windows color (decimal): -9867461 or 3895145. OLE color: 3895145.

HSL color Cylindrical-coordinate representation of color #696F3B: hue angle of 66.92º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #696F3B is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 111 59 -
CMYK 0.05 0 0.47 0.56
HSL 66.92º 0.31% 0.33% -
HSV(B) 66.92º 0.47% 0.44% -
XYZ 12.3 14.69 6.32 -
YUV 103.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 105 111 59 0.05 0 0.47 0.56 66.92 0.31 0.33
Hex 69 6F 3B 5 0 2F 38 43 1F 21
Octal 151 157 73 5 0 57 70 103 37 41
Binary 1101001 1101111 111011 101 0 101111 111000 1000011 11111 100001

Color Harmonies of #696F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F3B

Black with #696F3B

Text Example


Text Example

White with #696F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696F3B; }

 p { color: rgb(105,111,59); }

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

background-color css

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

 a { background-color: rgb(105,111,59); }

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

border-color css

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

 span { border-color: rgb(105,111,59); }

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