Html Css Color HEX #6A763E Woodland

📋 copy color: '#6A763E'

red 106 ◦ green 118 ◦ blue 62

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

Shades of Woodland #6A763E

Tints of Woodland #6A763E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.68%

R = 37.06%
G = 41.26%
B = 21.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#6A763E (or 0x6A763E) is known color: Woodland. HEX triplet: 6A, 76 and 3E. RGB value is (106,118,62). Sum of RGB (Red+Green+Blue) = 106+118+62=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #6A763E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A763E is #9589C1. Grayscale: #6C6C6C. Windows color (decimal): -9800130 or 4093546. OLE color: 4093546.

HSL color Cylindrical-coordinate representation of color #6A763E: hue angle of 72.86º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A763E is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 106 118 62 -
CMYK 0.10 0 0.47 0.54
HSL 72.86º 0.31% 0.35% -
HSV(B) 72.86º 0.47% 0.46% -
XYZ 13.29 16.37 7.02 -
YUV 108.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 106 118 62 0.10 0 0.47 0.54 72.86 0.31 0.35
Hex 6A 76 3E A 0 2F 36 49 1F 23
Octal 152 166 76 12 0 57 66 111 37 43
Binary 1101010 1110110 111110 1010 0 101111 110110 1001001 11111 100011

Color Harmonies of #6A763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A763E

Black with #6A763E

Text Example


Text Example

White with #6A763E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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