Html Css Color HEX #7FA840 Sushi

📋 copy color: '#7FA840'

red 127 ◦ green 168 ◦ blue 64

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

Shades of Sushi #7FA840

Tints of Sushi #7FA840

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.8%

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

R = 35.38%
G = 46.8%
B = 17.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#7FA840 (or 0x7FA840) is known color: Sushi. HEX triplet: 7F, A8 and 40. RGB value is (127,168,64). Sum of RGB (Red+Green+Blue) = 127+168+64=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA840 is #8057BF. Grayscale: #909090. Windows color (decimal): -8411072 or 4237439. OLE color: 4237439.

HSL color Cylindrical-coordinate representation of color #7FA840: hue angle of 83.65º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FA840 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 127 168 64 -
CMYK 0.24 0 0.62 0.34
HSL 83.65º 0.45% 0.45% -
HSV(B) 83.65º 0.62% 0.66% -
XYZ 23.68 32.89 9.95 -
YUV 143.89 82.92 115.96 -
System Red Green Blue C M Y K H S L
Decimal 127 168 64 0.24 0 0.62 0.34 83.65 0.45 0.45
Hex 7F A8 40 18 0 3E 22 54 2D 2D
Octal 177 250 100 30 0 76 42 124 55 55
Binary 1111111 10101000 1000000 11000 0 111110 100010 1010100 101101 101101

Color Harmonies of #7FA840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA840

Black with #7FA840

Text Example


Text Example

White with #7FA840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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