Html Css Color HEX #7FB040 Sushi

📋 copy color: '#7FB040'

red 127 ◦ green 176 ◦ blue 64

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

Shades of Sushi #7FB040

Tints of Sushi #7FB040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.96%

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

R = 34.6%
G = 47.96%
B = 17.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#7FB040 (or 0x7FB040) is known color: Sushi. HEX triplet: 7F, B0 and 40. RGB value is (127,176,64). Sum of RGB (Red+Green+Blue) = 127+176+64=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB040 is #804FBF. Grayscale: #949494. Windows color (decimal): -8409024 or 4239487. OLE color: 4239487.

HSL color Cylindrical-coordinate representation of color #7FB040: hue angle of 86.25º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7FB040 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 176 64 -
CMYK 0.28 0 0.64 0.31
HSL 86.25º 0.47% 0.47% -
HSV(B) 86.25º 0.64% 0.69% -
XYZ 25.2 35.93 10.46 -
YUV 148.58 80.27 112.61 -
System Red Green Blue C M Y K H S L
Decimal 127 176 64 0.28 0 0.64 0.31 86.25 0.47 0.47
Hex 7F B0 40 1C 0 40 1F 56 2F 2F
Octal 177 260 100 34 0 100 37 126 57 57
Binary 1111111 10110000 1000000 11100 0 1000000 11111 1010110 101111 101111

Color Harmonies of #7FB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB040

Black with #7FB040

Text Example


Text Example

White with #7FB040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,176,64); }

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

background-color css

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

 a { background-color: rgb(127,176,64); }

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

border-color css

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

 span { border-color: rgb(127,176,64); }

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