#7BB13D

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

Shades of Sushi #7BB13D

Tints of Sushi #7BB13D

Color information

#7BB13D (or 0x7BB13D) is unknown color: approx Sushi. HEX triplet: 7B, B1 and 3D. RGB value is (123,177,61). Sum of RGB (Red+Green+Blue) = 123+177+61=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BB13D is #844EC2. Grayscale: #949494. Windows color (decimal): -8670915 or 4043131. OLE color: 4043131.

HSL color Cylindrical-coordinate representation of color #7BB13D: hue angle of 87.93º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7BB13D is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB12317761-
CMYK0.3100.660.31
HSL87.93º48.74%46.67%-
HSV(B)87.93º65.54%69.41%-
XYZ24.7335.9910.06-
YUV147.6379.11110.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.07%
GREEN value IS 177 (69.53% from 255) = 49.03%
BLUE value IS 61 (24.22% from 255) = 16.90%
R=34.07%
G=49.03%
B=16.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal123177610.3100.660.3187.9348.7446.67
Hex7BB13D1F0421F58312f
Octal17326175370102371306157
Binary1111011101100011111011111101000010111111011000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,177,61); }

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

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

 a { background-color: rgb(123,177,61); }

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

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

 span { border-color: rgb(123,177,61); }

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