Html Css Color HEX #6A763D Woodland

📋 copy color: '#6A763D'

red 106 ◦ green 118 ◦ blue 61

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

Shades of Woodland #6A763D

Tints of Woodland #6A763D

RGB

 RED value IS 106 (41.8% from 255) = 37.19%

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

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

R = 37.19%
G = 41.4%
B = 21.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#6A763D (or 0x6A763D) is known color: Woodland. HEX triplet: 6A, 76 and 3D. RGB value is (106,118,61). Sum of RGB (Red+Green+Blue) = 106+118+61=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #6A763D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A763D is #9589C2. Grayscale: #6C6C6C. Windows color (decimal): -9800131 or 4028010. OLE color: 4028010.

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

Color convert

RGB 106 118 61 -
CMYK 0.10 0 0.48 0.54
HSL 72.63º 0.32% 0.35% -
HSV(B) 72.63º 0.48% 0.46% -
XYZ 13.26 16.36 6.87 -
YUV 107.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 106 118 61 0.10 0 0.48 0.54 72.63 0.32 0.35
Hex 6A 76 3D A 0 30 36 49 20 23
Octal 152 166 75 12 0 60 66 111 40 43
Binary 1101010 1110110 111101 1010 0 110000 110110 1001001 100000 100011

Color Harmonies of #6A763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A763D

Black with #6A763D

Text Example


Text Example

White with #6A763D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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