#7C981E

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

Shades of Sushi #7C981E

Tints of Sushi #7C981E

Color information

#7C981E (or 0x7C981E) is unknown color: approx Sushi. HEX triplet: 7C, 98 and 1E. RGB value is (124,152,30). Sum of RGB (Red+Green+Blue) = 124+152+30=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #7C981E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C981E is #8367E1. Grayscale: #828282. Windows color (decimal): -8611810 or 2005116. OLE color: 2005116.

HSL color Cylindrical-coordinate representation of color #7C981E: hue angle of 73.77º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C981E is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB12415230-
CMYK0.1800.800.40
HSL73.77º67.03%35.69%-
HSV(B)73.77º80.26%59.61%-
XYZ19.7726.845.37-
YUV129.7271.72123.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.52%
GREEN value IS 152 (59.77% from 255) = 49.67%
BLUE value IS 30 (12.11% from 255) = 9.80%
R=40.52%
G=49.67%
B=9.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal124152300.1800.800.4073.7767.0335.69
Hex7C981E12050284a4324
Octal174230362201205011210344
Binary11111001001100011110100100101000010100010010101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C981E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,152,30); }

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

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

 a { background-color: rgb(124,152,30); }

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

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

 span { border-color: rgb(124,152,30); }

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