#78AF35

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

Shades of Sushi #78AF35

Tints of Sushi #78AF35

Color information

#78AF35 (or 0x78AF35) is unknown color: approx Sushi. HEX triplet: 78, AF and 35. RGB value is (120,175,53). Sum of RGB (Red+Green+Blue) = 120+175+53=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AF35 is #8750CA. Grayscale: #919191. Windows color (decimal): -8868043 or 3518328. OLE color: 3518328.

HSL color Cylindrical-coordinate representation of color #78AF35: hue angle of 87.05º 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 #78AF35 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB12017553-
CMYK0.3100.700.31
HSL87.05º53.51%44.71%-
HSV(B)87.05º69.71%68.63%-
XYZ23.7234.918.86-
YUV144.6576.28110.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 175 (68.75% from 255) = 50.29%
BLUE value IS 53 (21.09% from 255) = 15.23%
R=34.48%
G=50.29%
B=15.23%

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
Decimal120175530.3100.700.3187.0553.5144.71
Hex78AF351F0461F57362d
Octal17025765370106371276655
Binary1111000101011111101011111101000110111111010111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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