Html Css Color HEX #7FA041 Sushi

📋 copy color: '#7FA041'

red 127 ◦ green 160 ◦ blue 65

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

Shades of Sushi #7FA041

Tints of Sushi #7FA041

RGB

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

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

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

R = 36.08%
G = 45.45%
B = 18.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#7FA041 (or 0x7FA041) is known color: Sushi. HEX triplet: 7F, A0 and 41. RGB value is (127,160,65). Sum of RGB (Red+Green+Blue) = 127+160+65=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA041 is #805FBE. Grayscale: #8B8B8B. Windows color (decimal): -8413119 or 4300927. OLE color: 4300927.

HSL color Cylindrical-coordinate representation of color #7FA041: hue angle of 80.84º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7FA041 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 127 160 65 -
CMYK 0.21 0 0.59 0.37
HSL 80.84º 0.42% 0.44% -
HSV(B) 80.84º 0.59% 0.63% -
XYZ 22.28 30.04 9.62 -
YUV 139.3 86.07 119.22 -
System Red Green Blue C M Y K H S L
Decimal 127 160 65 0.21 0 0.59 0.37 80.84 0.42 0.44
Hex 7F A0 41 15 0 3B 25 51 2A 2C
Octal 177 240 101 25 0 73 45 121 52 54
Binary 1111111 10100000 1000001 10101 0 111011 100101 1010001 101010 101100

Color Harmonies of #7FA041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA041

Black with #7FA041

Text Example


Text Example

White with #7FA041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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