Html Css Color HEX #7FAC2E Sushi

📋 copy color: '#7FAC2E'

red 127 ◦ green 172 ◦ blue 46

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

Shades of Sushi #7FAC2E

Tints of Sushi #7FAC2E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.86%

 BLUE value IS 46 (18.36% from 255) = 13.33%

R = 36.81%
G = 49.86%
B = 13.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#7FAC2E (or 0x7FAC2E) is known color: Sushi. HEX triplet: 7F, AC and 2E. RGB value is (127,172,46). Sum of RGB (Red+Green+Blue) = 127+172+46=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAC2E is #8053D1. Grayscale: #909090. Windows color (decimal): -8410066 or 3058815. OLE color: 3058815.

HSL color Cylindrical-coordinate representation of color #7FAC2E: hue angle of 81.43º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FAC2E is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 172 46 -
CMYK 0.26 0 0.73 0.33
HSL 81.43º 0.58% 0.43% -
HSV(B) 81.43º 0.73% 0.67% -
XYZ 24 34.21 7.92 -
YUV 144.18 72.59 115.75 -
System Red Green Blue C M Y K H S L
Decimal 127 172 46 0.26 0 0.73 0.33 81.43 0.58 0.43
Hex 7F AC 2E 1A 0 49 21 51 3A 2B
Octal 177 254 56 32 0 111 41 121 72 53
Binary 1111111 10101100 101110 11010 0 1001001 100001 1010001 111010 101011

Color Harmonies of #7FAC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAC2E

Black with #7FAC2E

Text Example


Text Example

White with #7FAC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,172,46); }

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

background-color css

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

 a { background-color: rgb(127,172,46); }

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

border-color css

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

 span { border-color: rgb(127,172,46); }

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