#749927

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

Shades of Sushi #749927

Tints of Sushi #749927

Color information

#749927 (or 0x749927) is unknown color: approx Sushi. HEX triplet: 74, 99 and 27. RGB value is (116,153,39). Sum of RGB (Red+Green+Blue) = 116+153+39=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #749927 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749927 is #8B66D8. Grayscale: #818181. Windows color (decimal): -9135833 or 2595188. OLE color: 2595188.

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

Color convert

RGB11615339-
CMYK0.2400.750.4
HSL79.47º59.38%37.65%-
HSV(B)79.47º74.51%60%-
XYZ18.9626.646.06-
YUV128.9477.24118.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.66%
GREEN value IS 153 (60.16% from 255) = 49.68%
BLUE value IS 39 (15.62% from 255) = 12.66%
R=37.66%
G=49.68%
B=12.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116153390.2400.750.479.4759.3837.65
Hex7499271804B284f3b26
Octal16423147300113501177346
Binary11101001001100110011111000010010111010001001111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749927; }

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

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

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

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

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

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

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

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