#7B9427

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

Shades of Sushi #7B9427

Tints of Sushi #7B9427

Color information

#7B9427 (or 0x7B9427) is unknown color: approx Sushi. HEX triplet: 7B, 94 and 27. RGB value is (123,148,39). Sum of RGB (Red+Green+Blue) = 123+148+39=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #7B9427 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9427 is #846BD8. Grayscale: #808080. Windows color (decimal): -8678361 or 2593915. OLE color: 2593915.

HSL color Cylindrical-coordinate representation of color #7B9427: hue angle of 73.76º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B9427 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB12314839-
CMYK0.1700.740.42
HSL73.76º58.29%36.67%-
HSV(B)73.76º73.65%58.04%-
XYZ19.1225.545.84-
YUV128.177.72124.36-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.68%
GREEN value IS 148 (58.20% from 255) = 47.74%
BLUE value IS 39 (15.62% from 255) = 12.58%
R=39.68%
G=47.74%
B=12.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal123148390.1700.740.4273.7658.2936.67
Hex7B94271104A2A4a3a25
Octal17322447210112521127245
Binary11110111001010010011110001010010101010101001010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,148,39); }

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

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

 a { background-color: rgb(123,148,39); }

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

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

 span { border-color: rgb(123,148,39); }

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