Html Css Color HEX #6F7B40 Siam

📋 copy color: '#6F7B40'

red 111 ◦ green 123 ◦ blue 64

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

Shades of Siam #6F7B40

Tints of Siam #6F7B40

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.28%

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

R = 37.25%
G = 41.28%
B = 21.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#6F7B40 (or 0x6F7B40) is known color: Siam. HEX triplet: 6F, 7B and 40. RGB value is (111,123,64). Sum of RGB (Red+Green+Blue) = 111+123+64=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #6F7B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7B40 is #9084BF. Grayscale: #707070. Windows color (decimal): -9471168 or 4225903. OLE color: 4225903.

HSL color Cylindrical-coordinate representation of color #6F7B40: hue angle of 72.2º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F7B40 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB 111 123 64 -
CMYK 0.10 0 0.48 0.52
HSL 72.2º 0.32% 0.37% -
HSV(B) 72.2º 0.48% 0.48% -
XYZ 14.56 17.92 7.54 -
YUV 112.69 100.52 126.8 -
System Red Green Blue C M Y K H S L
Decimal 111 123 64 0.10 0 0.48 0.52 72.2 0.32 0.37
Hex 6F 7B 40 A 0 30 34 48 20 25
Octal 157 173 100 12 0 60 64 110 40 45
Binary 1101111 1111011 1000000 1010 0 110000 110100 1001000 100000 100101

Color Harmonies of #6F7B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7B40

Black with #6F7B40

Text Example


Text Example

White with #6F7B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,123,64); }

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

background-color css

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

 a { background-color: rgb(111,123,64); }

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

border-color css

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

 span { border-color: rgb(111,123,64); }

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