Html Css Color HEX #7FA340 Sushi

📋 copy color: '#7FA340'

red 127 ◦ green 163 ◦ blue 64

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

Shades of Sushi #7FA340

Tints of Sushi #7FA340

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.05%

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

R = 35.88%
G = 46.05%
B = 18.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#7FA340 (or 0x7FA340) is known color: Sushi. HEX triplet: 7F, A3 and 40. RGB value is (127,163,64). Sum of RGB (Red+Green+Blue) = 127+163+64=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA340 is #805CBF. Grayscale: #8D8D8D. Windows color (decimal): -8412352 or 4236159. OLE color: 4236159.

HSL color Cylindrical-coordinate representation of color #7FA340: hue angle of 81.82º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7FA340 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 163 64 -
CMYK 0.22 0 0.61 0.36
HSL 81.82º 0.44% 0.45% -
HSV(B) 81.82º 0.61% 0.64% -
XYZ 22.78 31.08 9.65 -
YUV 140.95 84.57 118.05 -
System Red Green Blue C M Y K H S L
Decimal 127 163 64 0.22 0 0.61 0.36 81.82 0.44 0.45
Hex 7F A3 40 16 0 3D 24 52 2C 2D
Octal 177 243 100 26 0 75 44 122 54 55
Binary 1111111 10100011 1000000 10110 0 111101 100100 1010010 101100 101101

Color Harmonies of #7FA340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA340

Black with #7FA340

Text Example


Text Example

White with #7FA340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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