#7FAB3E

Color #7FAB3E Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #7FAB3E

Tints of Sushi #7FAB3E

Color information

#7FAB3E (or 0x7FAB3E) is unknown color: approx Sushi. HEX triplet: 7F, AB and 3E. RGB value is (127,171,62). Sum of RGB (Red+Green+Blue) = 127+171+62=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAB3E is #8054C1. Grayscale: #919191. Windows color (decimal): -8410306 or 4107135. OLE color: 4107135.

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

Color convert

RGB12717162-
CMYK0.2600.640.33
HSL84.22º46.78%45.69%-
HSV(B)84.22º63.74%67.06%-
XYZ24.1833.999.84-
YUV145.4280.92114.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.28%
GREEN value IS 171 (67.19% from 255) = 47.5%
BLUE value IS 62 (24.61% from 255) = 17.22%
R=35.28%
G=47.5%
B=17.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127171620.2600.640.3384.2246.7845.69
Hex7FAB3E1A04021542f2e
Octal17725376320100411245756
Binary11111111010101111111011010010000001000011010100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,171,62); }

 H1.HeaderClassName
 {
   color: #7FAB3E;
 }
 .AnyTagClassName
 {
   color: #7FAB3E;
 }
</style>
background-color css

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

 a { background-color: rgb(127,171,62); }

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

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

 span { border-color: rgb(127,171,62); }

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