Html Css Color HEX #69763C Woodland

📋 copy color: '#69763C'

red 105 ◦ green 118 ◦ blue 60

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

Shades of Woodland #69763C

Tints of Woodland #69763C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.2%

R = 37.1%
G = 41.7%
B = 21.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#69763C (or 0x69763C) is known color: Woodland. HEX triplet: 69, 76 and 3C. RGB value is (105,118,60). Sum of RGB (Red+Green+Blue) = 105+118+60=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #69763C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69763C is #9689C3. Grayscale: #6B6B6B. Windows color (decimal): -9865668 or 3962473. OLE color: 3962473.

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

Color convert

RGB 105 118 60 -
CMYK 0.11 0 0.49 0.54
HSL 73.45º 0.33% 0.35% -
HSV(B) 73.45º 0.49% 0.46% -
XYZ 13.12 16.29 6.73 -
YUV 107.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 105 118 60 0.11 0 0.49 0.54 73.45 0.33 0.35
Hex 69 76 3C B 0 31 36 49 21 23
Octal 151 166 74 13 0 61 66 111 41 43
Binary 1101001 1110110 111100 1011 0 110001 110110 1001001 100001 100011

Color Harmonies of #69763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69763C

Black with #69763C

Text Example


Text Example

White with #69763C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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