Html Css Color HEX #7FA128 Sushi

📋 copy color: '#7FA128'

red 127 ◦ green 161 ◦ blue 40

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

Shades of Sushi #7FA128

Tints of Sushi #7FA128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.2%

R = 38.72%
G = 49.09%
B = 12.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#7FA128 (or 0x7FA128) is known color: Sushi. HEX triplet: 7F, A1 and 28. RGB value is (127,161,40). Sum of RGB (Red+Green+Blue) = 127+161+40=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA128 is #805ED7. Grayscale: #898989. Windows color (decimal): -8412888 or 2662783. OLE color: 2662783.

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

Color convert

RGB 127 161 40 -
CMYK 0.21 0 0.75 0.37
HSL 76.86º 0.6% 0.39% -
HSV(B) 76.86º 0.75% 0.63% -
XYZ 21.88 30.15 6.67 -
YUV 137.04 73.24 120.84 -
System Red Green Blue C M Y K H S L
Decimal 127 161 40 0.21 0 0.75 0.37 76.86 0.6 0.39
Hex 7F A1 28 15 0 4B 25 4D 3C 27
Octal 177 241 50 25 0 113 45 115 74 47
Binary 1111111 10100001 101000 10101 0 1001011 100101 1001101 111100 100111

Color Harmonies of #7FA128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA128

Black with #7FA128

Text Example


Text Example

White with #7FA128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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