Html Css Color HEX #69713A Woodland

📋 copy color: '#69713A'

red 105 ◦ green 113 ◦ blue 58

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

Shades of Woodland #69713A

Tints of Woodland #69713A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.01%

R = 38.04%
G = 40.94%
B = 21.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#69713A (or 0x69713A) is known color: Woodland. HEX triplet: 69, 71 and 3A. RGB value is (105,113,58). Sum of RGB (Red+Green+Blue) = 105+113+58=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #69713A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69713A is #968EC5. Grayscale: #686868. Windows color (decimal): -9866950 or 3830121. OLE color: 3830121.

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

Color convert

RGB 105 113 58 -
CMYK 0.07 0 0.49 0.56
HSL 68.73º 0.32% 0.34% -
HSV(B) 68.73º 0.49% 0.44% -
XYZ 12.49 15.12 6.26 -
YUV 104.34 101.85 128.47 -
System Red Green Blue C M Y K H S L
Decimal 105 113 58 0.07 0 0.49 0.56 68.73 0.32 0.34
Hex 69 71 3A 7 0 31 38 45 20 22
Octal 151 161 72 7 0 61 70 105 40 42
Binary 1101001 1110001 111010 111 0 110001 111000 1000101 100000 100010

Color Harmonies of #69713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69713A

Black with #69713A

Text Example


Text Example

White with #69713A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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