Html Css Color HEX #6A7840 Woodland

📋 copy color: '#6A7840'

red 106 ◦ green 120 ◦ blue 64

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

Shades of Woodland #6A7840

Tints of Woodland #6A7840

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.38%

 BLUE value IS 64 (25.39% from 255) = 22.07%

R = 36.55%
G = 41.38%
B = 22.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#6A7840 (or 0x6A7840) is known color: Woodland. HEX triplet: 6A, 78 and 40. RGB value is (106,120,64). Sum of RGB (Red+Green+Blue) = 106+120+64=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #6A7840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7840 is #9587BF. Grayscale: #6D6D6D. Windows color (decimal): -9799616 or 4225130. OLE color: 4225130.

HSL color Cylindrical-coordinate representation of color #6A7840: hue angle of 75º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A7840 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 120 64 -
CMYK 0.12 0 0.47 0.53
HSL 75º 0.3% 0.36% -
HSV(B) 75º 0.47% 0.47% -
XYZ 13.59 16.87 7.39 -
YUV 109.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 106 120 64 0.12 0 0.47 0.53 75 0.3 0.36
Hex 6A 78 40 C 0 2F 35 4B 1E 24
Octal 152 170 100 14 0 57 65 113 36 44
Binary 1101010 1111000 1000000 1100 0 101111 110101 1001011 11110 100100

Color Harmonies of #6A7840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7840

Black with #6A7840

Text Example


Text Example

White with #6A7840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,120,64); }

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

background-color css

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

 a { background-color: rgb(106,120,64); }

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

border-color css

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

 span { border-color: rgb(106,120,64); }

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