Html Css Color HEX #6A784A Siam

📋 copy color: '#6A784A'

red 106 ◦ green 120 ◦ blue 74

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

Shades of Siam #6A784A

Tints of Siam #6A784A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.67%

R = 35.33%
G = 40%
B = 24.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#6A784A (or 0x6A784A) is known color: Siam. HEX triplet: 6A, 78 and 4A. RGB value is (106,120,74). Sum of RGB (Red+Green+Blue) = 106+120+74=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #6A784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A784A is #9587B5. Grayscale: #6E6E6E. Windows color (decimal): -9799606 or 4880490. OLE color: 4880490.

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

Color convert

RGB 106 120 74 -
CMYK 0.12 0 0.38 0.53
HSL 78.26º 0.24% 0.38% -
HSV(B) 78.26º 0.38% 0.47% -
XYZ 13.9 16.99 9.03 -
YUV 110.57 107.36 124.74 -
System Red Green Blue C M Y K H S L
Decimal 106 120 74 0.12 0 0.38 0.53 78.26 0.24 0.38
Hex 6A 78 4A C 0 26 35 4E 18 26
Octal 152 170 112 14 0 46 65 116 30 46
Binary 1101010 1111000 1001010 1100 0 100110 110101 1001110 11000 100110

Color Harmonies of #6A784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A784A

Black with #6A784A

Text Example


Text Example

White with #6A784A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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