#78AF34

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

Shades of Sushi #78AF34

Tints of Sushi #78AF34

Color information

#78AF34 (or 0x78AF34) is unknown color: approx Sushi. HEX triplet: 78, AF and 34. RGB value is (120,175,52). Sum of RGB (Red+Green+Blue) = 120+175+52=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AF34 is #8750CB. Grayscale: #909090. Windows color (decimal): -8868044 or 3452792. OLE color: 3452792.

HSL color Cylindrical-coordinate representation of color #78AF34: hue angle of 86.83º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78AF34 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB12017552-
CMYK0.3100.700.31
HSL86.83º54.19%44.51%-
HSV(B)86.83º70.29%68.63%-
XYZ23.734.98.74-
YUV144.5375.78110.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.58%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 52 (20.70% from 255) = 14.99%
R=34.58%
G=50.43%
B=14.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120175520.3100.700.3186.8354.1944.51
Hex78AF341F0461F57362d
Octal17025764370106371276655
Binary1111000101011111101001111101000110111111010111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,175,52); }

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

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

 a { background-color: rgb(120,175,52); }

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

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

 span { border-color: rgb(120,175,52); }

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