#74992B

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

Shades of Sushi #74992B

Tints of Sushi #74992B

Color information

#74992B (or 0x74992B) is unknown color: approx Sushi. HEX triplet: 74, 99 and 2B. RGB value is (116,153,43). Sum of RGB (Red+Green+Blue) = 116+153+43=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #74992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74992B is #8B66D4. Grayscale: #818181. Windows color (decimal): -9135829 or 2857332. OLE color: 2857332.

HSL color Cylindrical-coordinate representation of color #74992B: hue angle of 80.18º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74992B is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB11615343-
CMYK0.2400.720.4
HSL80.18º56.12%38.43%-
HSV(B)80.18º71.9%60%-
XYZ19.0326.676.43-
YUV129.479.24118.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.18%
GREEN value IS 153 (60.16% from 255) = 49.04%
BLUE value IS 43 (17.19% from 255) = 13.78%
R=37.18%
G=49.04%
B=13.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116153430.2400.720.480.1856.1238.43
Hex74992B1804828503826
Octal16423153300110501207046
Binary11101001001100110101111000010010001010001010000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74992B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74992B; }

 p { color: rgb(116,153,43); }

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

<style>
 a { background-color: #74992B; }

 a { background-color: rgb(116,153,43); }

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

<style>
 span { border-color: #74992B; }

 span { border-color: rgb(116,153,43); }

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