Html Css Color HEX #6F7C46 Siam

📋 copy color: '#6F7C46'

red 111 ◦ green 124 ◦ blue 70

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

Shades of Siam #6F7C46

Tints of Siam #6F7C46

RGB

 RED value IS 111 (43.75% from 255) = 36.39%

 GREEN value IS 124 (48.83% from 255) = 40.66%

 BLUE value IS 70 (27.73% from 255) = 22.95%

R = 36.39%
G = 40.66%
B = 22.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#6F7C46 (or 0x6F7C46) is known color: Siam. HEX triplet: 6F, 7C and 46. RGB value is (111,124,70). Sum of RGB (Red+Green+Blue) = 111+124+70=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 124 - color contains mainly: green. Hex color #6F7C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7C46 is #9083B9. Grayscale: #727272. Windows color (decimal): -9470906 or 4619375. OLE color: 4619375.

HSL color Cylindrical-coordinate representation of color #6F7C46: hue angle of 74.44º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F7C46 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 124 70 -
CMYK 0.10 0 0.44 0.51
HSL 74.44º 0.28% 0.38% -
HSV(B) 74.44º 0.44% 0.49% -
XYZ 14.87 18.24 8.53 -
YUV 113.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 111 124 70 0.10 0 0.44 0.51 74.44 0.28 0.38
Hex 6F 7C 46 A 0 2C 33 4A 1C 26
Octal 157 174 106 12 0 54 63 112 34 46
Binary 1101111 1111100 1000110 1010 0 101100 110011 1001010 11100 100110

Color Harmonies of #6F7C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7C46

Black with #6F7C46

Text Example


Text Example

White with #6F7C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,124,70); }

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

background-color css

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

 a { background-color: rgb(111,124,70); }

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

border-color css

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

 span { border-color: rgb(111,124,70); }

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