#76A83C

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

Shades of Sushi #76A83C

Tints of Sushi #76A83C

Color information

#76A83C (or 0x76A83C) is unknown color: approx Sushi. HEX triplet: 76, A8 and 3C. RGB value is (118,168,60). Sum of RGB (Red+Green+Blue) = 118+168+60=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 168 - color contains mainly: green. Hex color #76A83C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A83C is #8957C3. Grayscale: #8D8D8D. Windows color (decimal): -9000900 or 3975286. OLE color: 3975286.

HSL color Cylindrical-coordinate representation of color #76A83C: hue angle of 87.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76A83C is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB11816860-
CMYK0.3000.640.34
HSL87.78º47.37%44.71%-
HSV(B)87.78º64.29%65.88%-
XYZ22.2932.189.31-
YUV140.7482.44111.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 168 (66.02% from 255) = 48.55%
BLUE value IS 60 (23.83% from 255) = 17.34%
R=34.10%
G=48.55%
B=17.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal118168600.3000.640.3487.7847.3744.71
Hex76A83C1E04022582f2d
Octal16625074360100421305755
Binary11101101010100011110011110010000001000101011000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A83C; }

 p { color: rgb(118,168,60); }

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

<style>
 a { background-color: #76A83C; }

 a { background-color: rgb(118,168,60); }

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

<style>
 span { border-color: #76A83C; }

 span { border-color: rgb(118,168,60); }

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