#7C992A

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

Shades of Sushi #7C992A

Tints of Sushi #7C992A

Color information

#7C992A (or 0x7C992A) is unknown color: approx Sushi. HEX triplet: 7C, 99 and 2A. RGB value is (124,153,42). Sum of RGB (Red+Green+Blue) = 124+153+42=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #7C992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C992A is #8366D5. Grayscale: #848484. Windows color (decimal): -8611542 or 2791804. OLE color: 2791804.

HSL color Cylindrical-coordinate representation of color #7C992A: hue angle of 75.68º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C992A is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB12415342-
CMYK0.1900.730.4
HSL75.68º56.92%38.24%-
HSV(B)75.68º72.55%60%-
XYZ20.1227.236.39-
YUV131.6877.39122.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.87%
GREEN value IS 153 (60.16% from 255) = 47.96%
BLUE value IS 42 (16.80% from 255) = 13.17%
R=38.87%
G=47.96%
B=13.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal124153420.1900.730.475.6856.9238.24
Hex7C992A13049284c3926
Octal17423152230111501147146
Binary11111001001100110101010011010010011010001001100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,153,42); }

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

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

 a { background-color: rgb(124,153,42); }

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

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

 span { border-color: rgb(124,153,42); }

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