#78AB38

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

Shades of Sushi #78AB38

Tints of Sushi #78AB38

Color information

#78AB38 (or 0x78AB38) is unknown color: approx Sushi. HEX triplet: 78, AB and 38. RGB value is (120,171,56). Sum of RGB (Red+Green+Blue) = 120+171+56=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AB38 is #8754C7. Grayscale: #8F8F8F. Windows color (decimal): -8869064 or 3713912. OLE color: 3713912.

HSL color Cylindrical-coordinate representation of color #78AB38: hue angle of 86.61º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78AB38 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB12017156-
CMYK0.3000.670.33
HSL86.61º50.66%44.51%-
HSV(B)86.61º67.25%67.06%-
XYZ23.0233.48.98-
YUV142.6479.1111.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.58%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 56 (22.27% from 255) = 16.14%
R=34.58%
G=49.28%
B=16.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120171560.3000.670.3386.6150.6644.51
Hex78AB381E0432157332d
Octal17025370360103411276355
Binary11110001010101111100011110010000111000011010111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78AB38; }

 p { color: rgb(120,171,56); }

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

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

 a { background-color: rgb(120,171,56); }

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

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

 span { border-color: rgb(120,171,56); }

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