Html Css Color HEX #7FA028 Sushi

📋 copy color: '#7FA028'

red 127 ◦ green 160 ◦ blue 40

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

Shades of Sushi #7FA028

Tints of Sushi #7FA028

RGB

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

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

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

R = 38.84%
G = 48.93%
B = 12.23%

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

#7FA028 (or 0x7FA028) is known color: Sushi. HEX triplet: 7F, A0 and 28. RGB value is (127,160,40). Sum of RGB (Red+Green+Blue) = 127+160+40=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA028 is #805FD7. Grayscale: #888888. Windows color (decimal): -8413144 or 2662527. OLE color: 2662527.

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

Color convert

RGB 127 160 40 -
CMYK 0.21 0 0.75 0.37
HSL 76.5º 0.6% 0.39% -
HSV(B) 76.5º 0.75% 0.63% -
XYZ 21.71 29.81 6.62 -
YUV 136.45 73.57 121.26 -
System Red Green Blue C M Y K H S L
Decimal 127 160 40 0.21 0 0.75 0.37 76.5 0.6 0.39
Hex 7F A0 28 15 0 4B 25 4C 3C 27
Octal 177 240 50 25 0 113 45 114 74 47
Binary 1111111 10100000 101000 10101 0 1001011 100101 1001100 111100 100111

Color Harmonies of #7FA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA028

Black with #7FA028

Text Example


Text Example

White with #7FA028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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