Html Css Color HEX #69773F Woodland

📋 copy color: '#69773F'

red 105 ◦ green 119 ◦ blue 63

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

Shades of Woodland #69773F

Tints of Woodland #69773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.46%

 BLUE value IS 63 (25% from 255) = 21.95%

R = 36.59%
G = 41.46%
B = 21.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#69773F (or 0x69773F) is known color: Woodland. HEX triplet: 69, 77 and 3F. RGB value is (105,119,63). Sum of RGB (Red+Green+Blue) = 105+119+63=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #69773F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69773F is #9688C0. Grayscale: #6C6C6C. Windows color (decimal): -9865409 or 4159337. OLE color: 4159337.

HSL color Cylindrical-coordinate representation of color #69773F: hue angle of 75º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69773F is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 119 63 -
CMYK 0.12 0 0.47 0.53
HSL 75º 0.31% 0.36% -
HSV(B) 75º 0.47% 0.47% -
XYZ 13.32 16.56 7.2 -
YUV 108.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 105 119 63 0.12 0 0.47 0.53 75 0.31 0.36
Hex 69 77 3F C 0 2F 35 4B 1F 24
Octal 151 167 77 14 0 57 65 113 37 44
Binary 1101001 1110111 111111 1100 0 101111 110101 1001011 11111 100100

Color Harmonies of #69773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69773F

Black with #69773F

Text Example


Text Example

White with #69773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69773F; }

 p { color: rgb(105,119,63); }

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

background-color css

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

 a { background-color: rgb(105,119,63); }

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

border-color css

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

 span { border-color: rgb(105,119,63); }

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