Html Css Color HEX #6A753C Woodland

📋 copy color: '#6A753C'

red 106 ◦ green 117 ◦ blue 60

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

Shades of Woodland #6A753C

Tints of Woodland #6A753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.34%

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

R = 37.46%
G = 41.34%
B = 21.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#6A753C (or 0x6A753C) is known color: Woodland. HEX triplet: 6A, 75 and 3C. RGB value is (106,117,60). Sum of RGB (Red+Green+Blue) = 106+117+60=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 117 - color contains mainly: green. Hex color #6A753C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A753C is #958AC3. Grayscale: #6B6B6B. Windows color (decimal): -9800388 or 3962218. OLE color: 3962218.

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

Color convert

RGB 106 117 60 -
CMYK 0.09 0 0.49 0.54
HSL 71.58º 0.32% 0.35% -
HSV(B) 71.58º 0.49% 0.46% -
XYZ 13.12 16.11 6.69 -
YUV 107.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 106 117 60 0.09 0 0.49 0.54 71.58 0.32 0.35
Hex 6A 75 3C 9 0 31 36 48 20 23
Octal 152 165 74 11 0 61 66 110 40 43
Binary 1101010 1110101 111100 1001 0 110001 110110 1001000 100000 100011

Color Harmonies of #6A753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A753C

Black with #6A753C

Text Example


Text Example

White with #6A753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,117,60); }

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

background-color css

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

 a { background-color: rgb(106,117,60); }

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

border-color css

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

 span { border-color: rgb(106,117,60); }

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