Html Css Color HEX #69763D Woodland

📋 copy color: '#69763D'

red 105 ◦ green 118 ◦ blue 61

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

Shades of Woodland #69763D

Tints of Woodland #69763D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.55%

 BLUE value IS 61 (24.22% from 255) = 21.48%

R = 36.97%
G = 41.55%
B = 21.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#69763D (or 0x69763D) is known color: Woodland. HEX triplet: 69, 76 and 3D. RGB value is (105,118,61). Sum of RGB (Red+Green+Blue) = 105+118+61=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #69763D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69763D is #9689C2. Grayscale: #6B6B6B. Windows color (decimal): -9865667 or 4028009. OLE color: 4028009.

HSL color Cylindrical-coordinate representation of color #69763D: hue angle of 73.68º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69763D is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 118 61 -
CMYK 0.11 0 0.48 0.54
HSL 73.68º 0.32% 0.35% -
HSV(B) 73.68º 0.48% 0.46% -
XYZ 13.15 16.3 6.87 -
YUV 107.62 101.69 126.13 -
System Red Green Blue C M Y K H S L
Decimal 105 118 61 0.11 0 0.48 0.54 73.68 0.32 0.35
Hex 69 76 3D B 0 30 36 4A 20 23
Octal 151 166 75 13 0 60 66 112 40 43
Binary 1101001 1110110 111101 1011 0 110000 110110 1001010 100000 100011

Color Harmonies of #69763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69763D

Black with #69763D

Text Example


Text Example

White with #69763D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69763D; }

 p { color: rgb(105,118,61); }

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

background-color css

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

 a { background-color: rgb(105,118,61); }

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

border-color css

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

 span { border-color: rgb(105,118,61); }

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