#73962C

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

Shades of Sushi #73962C

Tints of Sushi #73962C

Color information

#73962C (or 0x73962C) is unknown color: approx Sushi. HEX triplet: 73, 96 and 2C. RGB value is (115,150,44). Sum of RGB (Red+Green+Blue) = 115+150+44=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #73962C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73962C is #8C69D3. Grayscale: #7F7F7F. Windows color (decimal): -9202132 or 2922099. OLE color: 2922099.

HSL color Cylindrical-coordinate representation of color #73962C: hue angle of 79.81º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73962C is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB11515044-
CMYK0.2300.710.41
HSL79.81º54.64%38.04%-
HSV(B)79.81º70.67%58.82%-
XYZ18.4325.646.36-
YUV127.4580.9119.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 150 (58.98% from 255) = 48.54%
BLUE value IS 44 (17.58% from 255) = 14.24%
R=37.22%
G=48.54%
B=14.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal115150440.2300.710.4179.8154.6438.04
Hex73962C1704729503726
Octal16322654270107511206746
Binary11100111001011010110010111010001111010011010000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73962C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73962C; }

 p { color: rgb(115,150,44); }

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

<style>
 a { background-color: #73962C; }

 a { background-color: rgb(115,150,44); }

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

<style>
 span { border-color: #73962C; }

 span { border-color: rgb(115,150,44); }

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