#7B991C

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

Shades of Sushi #7B991C

Tints of Sushi #7B991C

Color information

#7B991C (or 0x7B991C) is unknown color: approx Sushi. HEX triplet: 7B, 99 and 1C. RGB value is (123,153,28). Sum of RGB (Red+Green+Blue) = 123+153+28=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #7B991C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B991C is #8466E3. Grayscale: #828282. Windows color (decimal): -8677092 or 1874299. OLE color: 1874299.

HSL color Cylindrical-coordinate representation of color #7B991C: hue angle of 74.4º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B991C is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB12315328-
CMYK0.2000.820.4
HSL74.4º69.06%35.49%-
HSV(B)74.4º81.7%60%-
XYZ19.7727.085.28-
YUV129.7870.56123.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.46%
GREEN value IS 153 (60.16% from 255) = 50.33%
BLUE value IS 28 (11.33% from 255) = 9.21%
R=40.46%
G=50.33%
B=9.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal123153280.2000.820.474.469.0635.49
Hex7B991C14052284a4523
Octal173231342401225011210543
Binary11110111001100111100101000101001010100010010101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B991C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,153,28); }

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

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

 a { background-color: rgb(123,153,28); }

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

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

 span { border-color: rgb(123,153,28); }

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