Html Css Color HEX #6E763C Woodland

📋 copy color: '#6E763C'

red 110 ◦ green 118 ◦ blue 60

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

Shades of Woodland #6E763C

Tints of Woodland #6E763C

RGB

 RED value IS 110 (43.36% from 255) = 38.19%

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

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

R = 38.19%
G = 40.97%
B = 20.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#6E763C (or 0x6E763C) is known color: Woodland. HEX triplet: 6E, 76 and 3C. RGB value is (110,118,60). Sum of RGB (Red+Green+Blue) = 110+118+60=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #6E763C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E763C is #9189C3. Grayscale: #6D6D6D. Windows color (decimal): -9537988 or 3962478. OLE color: 3962478.

HSL color Cylindrical-coordinate representation of color #6E763C: hue angle of 68.28º 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 #6E763C is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 118 60 -
CMYK 0.07 0 0.49 0.54
HSL 68.28º 0.33% 0.35% -
HSV(B) 68.28º 0.49% 0.46% -
XYZ 13.72 16.6 6.76 -
YUV 109 100.35 128.72 -
System Red Green Blue C M Y K H S L
Decimal 110 118 60 0.07 0 0.49 0.54 68.28 0.33 0.35
Hex 6E 76 3C 7 0 31 36 44 21 23
Octal 156 166 74 7 0 61 66 104 41 43
Binary 1101110 1110110 111100 111 0 110001 110110 1000100 100001 100011

Color Harmonies of #6E763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E763C

Black with #6E763C

Text Example


Text Example

White with #6E763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E763C; }

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

 H1.HeaderClassName
 {
   color: #6E763C;
 }
 .AnyTagClassName
 {
   color: #6E763C;
 }
</style>

background-color css

<style>
 a { background-color: #6E763C; }

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

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

border-color css

<style>
 span { border-color: #6E763C; }

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

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