Html Css Color HEX #7FB340 Sushi

📋 copy color: '#7FB340'

red 127 ◦ green 179 ◦ blue 64

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

Shades of Sushi #7FB340

Tints of Sushi #7FB340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.38%

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

R = 34.32%
G = 48.38%
B = 17.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#7FB340 (or 0x7FB340) is known color: Sushi. HEX triplet: 7F, B3 and 40. RGB value is (127,179,64). Sum of RGB (Red+Green+Blue) = 127+179+64=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB340 is #804CBF. Grayscale: #969696. Windows color (decimal): -8408256 or 4240255. OLE color: 4240255.

HSL color Cylindrical-coordinate representation of color #7FB340: hue angle of 87.13º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7FB340 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 127 179 64 -
CMYK 0.29 0 0.64 0.30
HSL 87.13º 0.47% 0.48% -
HSV(B) 87.13º 0.64% 0.7% -
XYZ 25.8 37.12 10.66 -
YUV 150.34 79.27 111.35 -
System Red Green Blue C M Y K H S L
Decimal 127 179 64 0.29 0 0.64 0.30 87.13 0.47 0.48
Hex 7F B3 40 1D 0 40 1E 57 2F 30
Octal 177 263 100 35 0 100 36 127 57 60
Binary 1111111 10110011 1000000 11101 0 1000000 11110 1010111 101111 110000

Color Harmonies of #7FB340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB340

Black with #7FB340

Text Example


Text Example

White with #7FB340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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