Html Css Color HEX #78A136 Sushi

📋 copy color: '#78A136'

red 120 ◦ green 161 ◦ blue 54

#78A136
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #78A136

Tints of Sushi #78A136

RGB

 RED value IS 120 (47.27% from 255) = 35.82%

 GREEN value IS 161 (63.28% from 255) = 48.06%

 BLUE value IS 54 (21.48% from 255) = 16.12%

R = 35.82%
G = 48.06%
B = 16.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#78A136 (or 0x78A136) is known color: Sushi. HEX triplet: 78, A1 and 36. RGB value is (120,161,54). Sum of RGB (Red+Green+Blue) = 120+161+54=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #78A136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A136 is #875EC9. Grayscale: #888888. Windows color (decimal): -8871626 or 3580280. OLE color: 3580280.

HSL color Cylindrical-coordinate representation of color #78A136: hue angle of 82.99º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78A136 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 120 161 54 -
CMYK 0.25 0 0.66 0.37
HSL 82.99º 0.5% 0.42% -
HSV(B) 82.99º 0.66% 0.63% -
XYZ 21.16 29.75 8.12 -
YUV 136.54 81.42 116.2 -
System Red Green Blue C M Y K H S L
Decimal 120 161 54 0.25 0 0.66 0.37 82.99 0.5 0.42
Hex 78 A1 36 19 0 42 25 53 32 2A
Octal 170 241 66 31 0 102 45 123 62 52
Binary 1111000 10100001 110110 11001 0 1000010 100101 1010011 110010 101010

Color Harmonies of #78A136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A136

Black with #78A136

Text Example


Text Example

White with #78A136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,161,54); }

 H1.HeaderClassName
 {
   color: #78A136;
 }
 .AnyTagClassName
 {
   color: #78A136;
 }
</style>

background-color css

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

 a { background-color: rgb(120,161,54); }

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

border-color css

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

 span { border-color: rgb(120,161,54); }

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