#76942D

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

Shades of Sushi #76942D

Tints of Sushi #76942D

Color information

#76942D (or 0x76942D) is unknown color: approx Sushi. HEX triplet: 76, 94 and 2D. RGB value is (118,148,45). Sum of RGB (Red+Green+Blue) = 118+148+45=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #76942D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76942D is #896BD2. Grayscale: #7F7F7F. Windows color (decimal): -9006035 or 2987126. OLE color: 2987126.

HSL color Cylindrical-coordinate representation of color #76942D: hue angle of 77.48º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76942D is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB11814845-
CMYK0.2000.700.42
HSL77.48º53.37%37.84%-
HSV(B)77.48º69.59%58.04%-
XYZ18.5325.226.37-
YUV127.2981.56121.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.94%
GREEN value IS 148 (58.20% from 255) = 47.59%
BLUE value IS 45 (17.97% from 255) = 14.47%
R=37.94%
G=47.59%
B=14.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118148450.2000.700.4277.4853.3737.84
Hex76942D140462A4d3526
Octal16622455240106521156546
Binary11101101001010010110110100010001101010101001101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76942D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76942D; }

 p { color: rgb(118,148,45); }

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

<style>
 a { background-color: #76942D; }

 a { background-color: rgb(118,148,45); }

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

<style>
 span { border-color: #76942D; }

 span { border-color: rgb(118,148,45); }

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