#7B9B3C

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

Shades of Sushi #7B9B3C

Tints of Sushi #7B9B3C

Color information

#7B9B3C (or 0x7B9B3C) is unknown color: approx Sushi. HEX triplet: 7B, 9B and 3C. RGB value is (123,155,60). Sum of RGB (Red+Green+Blue) = 123+155+60=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #7B9B3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9B3C is #8464C3. Grayscale: #868686. Windows color (decimal): -8676548 or 3971963. OLE color: 3971963.

HSL color Cylindrical-coordinate representation of color #7B9B3C: hue angle of 80.21º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B9B3C is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB12315560-
CMYK0.2100.610.39
HSL80.21º44.19%42.16%-
HSV(B)80.21º61.29%60.78%-
XYZ20.7127.988.58-
YUV134.685.9119.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.39%
GREEN value IS 155 (60.94% from 255) = 45.86%
BLUE value IS 60 (23.83% from 255) = 17.75%
R=36.39%
G=45.86%
B=17.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal123155600.2100.610.3980.2144.1942.16
Hex7B9B3C1503D27502c2a
Octal1732337425075471205452
Binary1111011100110111111001010101111011001111010000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,155,60); }

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

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

 a { background-color: rgb(123,155,60); }

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

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

 span { border-color: rgb(123,155,60); }

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