#78A235

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

Shades of Sushi #78A235

Tints of Sushi #78A235

Color information

#78A235 (or 0x78A235) is unknown color: approx Sushi. HEX triplet: 78, A2 and 35. RGB value is (120,162,53). Sum of RGB (Red+Green+Blue) = 120+162+53=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #78A235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A235 is #875DCA. Grayscale: #898989. Windows color (decimal): -8871371 or 3515000. OLE color: 3515000.

HSL color Cylindrical-coordinate representation of color #78A235: hue angle of 83.12º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78A235 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB12016253-
CMYK0.2600.670.36
HSL83.12º50.7%42.16%-
HSV(B)83.12º67.28%63.53%-
XYZ21.3130.098.05-
YUV137.0280.59115.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 162 (63.67% from 255) = 48.36%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=35.82%
G=48.36%
B=15.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal120162530.2600.670.3683.1250.742.16
Hex78A2351A0432453332a
Octal17024265320103441236352
Binary11110001010001011010111010010000111001001010011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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