Html Css Color HEX #7FA141 Sushi

📋 copy color: '#7FA141'

red 127 ◦ green 161 ◦ blue 65

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

Shades of Sushi #7FA141

Tints of Sushi #7FA141

RGB

 RED value IS 127 (50% from 255) = 35.98%

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

 BLUE value IS 65 (25.78% from 255) = 18.41%

R = 35.98%
G = 45.61%
B = 18.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#7FA141 (or 0x7FA141) is known color: Sushi. HEX triplet: 7F, A1 and 41. RGB value is (127,161,65). Sum of RGB (Red+Green+Blue) = 127+161+65=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA141 is #805EBE. Grayscale: #8C8C8C. Windows color (decimal): -8412863 or 4301183. OLE color: 4301183.

HSL color Cylindrical-coordinate representation of color #7FA141: hue angle of 81.25º degrees, saturation: 0.42, 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 #7FA141 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 127 161 65 -
CMYK 0.21 0 0.60 0.37
HSL 81.25º 0.42% 0.44% -
HSV(B) 81.25º 0.6% 0.63% -
XYZ 22.45 30.38 9.68 -
YUV 139.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 127 161 65 0.21 0 0.60 0.37 81.25 0.42 0.44
Hex 7F A1 41 15 0 3C 25 51 2A 2C
Octal 177 241 101 25 0 74 45 121 52 54
Binary 1111111 10100001 1000001 10101 0 111100 100101 1010001 101010 101100

Color Harmonies of #7FA141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA141

Black with #7FA141

Text Example


Text Example

White with #7FA141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FA141; }

 p { color: rgb(127,161,65); }

 H1.HeaderClassName
 {
   color: #7FA141;
 }
 .AnyTagClassName
 {
   color: #7FA141;
 }
</style>

background-color css

<style>
 a { background-color: #7FA141; }

 a { background-color: rgb(127,161,65); }

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

border-color css

<style>
 span { border-color: #7FA141; }

 span { border-color: rgb(127,161,65); }

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