Html Css Color HEX #7FB140 Sushi

📋 copy color: '#7FB140'

red 127 ◦ green 177 ◦ blue 64

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

Shades of Sushi #7FB140

Tints of Sushi #7FB140

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.1%

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

R = 34.51%
G = 48.1%
B = 17.39%

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

#7FB140 (or 0x7FB140) is known color: Sushi. HEX triplet: 7F, B1 and 40. RGB value is (127,177,64). Sum of RGB (Red+Green+Blue) = 127+177+64=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB140 is #804EBF. Grayscale: #959595. Windows color (decimal): -8408768 or 4239743. OLE color: 4239743.

HSL color Cylindrical-coordinate representation of color #7FB140: hue angle of 86.55º 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 #7FB140 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 177 64 -
CMYK 0.28 0 0.64 0.31
HSL 86.55º 0.47% 0.47% -
HSV(B) 86.55º 0.64% 0.69% -
XYZ 25.4 36.33 10.52 -
YUV 149.17 79.94 112.19 -
System Red Green Blue C M Y K H S L
Decimal 127 177 64 0.28 0 0.64 0.31 86.55 0.47 0.47
Hex 7F B1 40 1C 0 40 1F 57 2F 2F
Octal 177 261 100 34 0 100 37 127 57 57
Binary 1111111 10110001 1000000 11100 0 1000000 11111 1010111 101111 101111

Color Harmonies of #7FB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB140

Black with #7FB140

Text Example


Text Example

White with #7FB140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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