Html Css Color HEX #6A763B Woodland

📋 copy color: '#6A763B'

red 106 ◦ green 118 ◦ blue 59

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

Shades of Woodland #6A763B

Tints of Woodland #6A763B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.85%

R = 37.46%
G = 41.7%
B = 20.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#6A763B (or 0x6A763B) is known color: Woodland. HEX triplet: 6A, 76 and 3B. RGB value is (106,118,59). Sum of RGB (Red+Green+Blue) = 106+118+59=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #6A763B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A763B is #9589C4. Grayscale: #6B6B6B. Windows color (decimal): -9800133 or 3896938. OLE color: 3896938.

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

Color convert

RGB 106 118 59 -
CMYK 0.10 0 0.50 0.54
HSL 72.2º 0.33% 0.35% -
HSV(B) 72.2º 0.5% 0.46% -
XYZ 13.21 16.34 6.59 -
YUV 107.69 100.52 126.8 -
System Red Green Blue C M Y K H S L
Decimal 106 118 59 0.10 0 0.50 0.54 72.2 0.33 0.35
Hex 6A 76 3B A 0 32 36 48 21 23
Octal 152 166 73 12 0 62 66 110 41 43
Binary 1101010 1110110 111011 1010 0 110010 110110 1001000 100001 100011

Color Harmonies of #6A763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A763B

Black with #6A763B

Text Example


Text Example

White with #6A763B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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