Html Css Color HEX #6FA140 Sushi

📋 copy color: '#6FA140'

red 111 ◦ green 161 ◦ blue 64

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

Shades of Sushi #6FA140

Tints of Sushi #6FA140

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.92%

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

R = 33.04%
G = 47.92%
B = 19.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#6FA140 (or 0x6FA140) is known color: Sushi. HEX triplet: 6F, A1 and 40. RGB value is (111,161,64). Sum of RGB (Red+Green+Blue) = 111+161+64=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA140 is #905EBF. Grayscale: #878787. Windows color (decimal): -9461440 or 4235631. OLE color: 4235631.

HSL color Cylindrical-coordinate representation of color #6FA140: hue angle of 90.93º 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 #6FA140 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 111 161 64 -
CMYK 0.31 0 0.60 0.37
HSL 90.93º 0.43% 0.44% -
HSV(B) 90.93º 0.6% 0.63% -
XYZ 20.23 29.24 9.43 -
YUV 134.99 87.94 110.89 -
System Red Green Blue C M Y K H S L
Decimal 111 161 64 0.31 0 0.60 0.37 90.93 0.43 0.44
Hex 6F A1 40 1F 0 3C 25 5B 2B 2C
Octal 157 241 100 37 0 74 45 133 53 54
Binary 1101111 10100001 1000000 11111 0 111100 100101 1011011 101011 101100

Color Harmonies of #6FA140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA140

Black with #6FA140

Text Example


Text Example

White with #6FA140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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