Html Css Color HEX #69713B Woodland

📋 copy color: '#69713B'

red 105 ◦ green 113 ◦ blue 59

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

Shades of Woodland #69713B

Tints of Woodland #69713B

RGB

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

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

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

R = 37.91%
G = 40.79%
B = 21.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#69713B (or 0x69713B) is known color: Woodland. HEX triplet: 69, 71 and 3B. RGB value is (105,113,59). Sum of RGB (Red+Green+Blue) = 105+113+59=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #69713B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69713B is #968EC4. Grayscale: #686868. Windows color (decimal): -9866949 or 3895657. OLE color: 3895657.

HSL color Cylindrical-coordinate representation of color #69713B: hue angle of 68.89º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69713B is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 113 59 -
CMYK 0.07 0 0.48 0.56
HSL 68.89º 0.31% 0.34% -
HSV(B) 68.89º 0.48% 0.44% -
XYZ 12.52 15.13 6.4 -
YUV 104.45 102.35 128.39 -
System Red Green Blue C M Y K H S L
Decimal 105 113 59 0.07 0 0.48 0.56 68.89 0.31 0.34
Hex 69 71 3B 7 0 30 38 45 1F 22
Octal 151 161 73 7 0 60 70 105 37 42
Binary 1101001 1110001 111011 111 0 110000 111000 1000101 11111 100010

Color Harmonies of #69713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69713B

Black with #69713B

Text Example


Text Example

White with #69713B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69713B; }

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

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

background-color css

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

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

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

border-color css

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

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

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