Html Css Color HEX #6FA040 Sushi

📋 copy color: '#6FA040'

red 111 ◦ green 160 ◦ blue 64

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

Shades of Sushi #6FA040

Tints of Sushi #6FA040

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.76%

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

R = 33.13%
G = 47.76%
B = 19.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#6FA040 (or 0x6FA040) is known color: Sushi. HEX triplet: 6F, A0 and 40. RGB value is (111,160,64). Sum of RGB (Red+Green+Blue) = 111+160+64=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA040 is #905FBF. Grayscale: #868686. Windows color (decimal): -9461696 or 4235375. OLE color: 4235375.

HSL color Cylindrical-coordinate representation of color #6FA040: hue angle of 90.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6FA040 is Cyan = 0.31, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 111 160 64 -
CMYK 0.31 0 0.6 0.37
HSL 90.63º 0.43% 0.44% -
HSV(B) 90.63º 0.6% 0.63% -
XYZ 20.05 28.89 9.37 -
YUV 134.41 88.27 111.31 -
System Red Green Blue C M Y K H S L
Decimal 111 160 64 0.31 0 0.6 0.37 90.63 0.43 0.44
Hex 6F A0 40 1F 0 3C 25 5B 2B 2C
Octal 157 240 100 37 0 74 45 133 53 54
Binary 1101111 10100000 1000000 11111 0 111100 100101 1011011 101011 101100

Color Harmonies of #6FA040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA040

Black with #6FA040

Text Example


Text Example

White with #6FA040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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