Html Css Color HEX #78AB32 Sushi

📋 copy color: '#78AB32'

red 120 ◦ green 171 ◦ blue 50

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

Shades of Sushi #78AB32

Tints of Sushi #78AB32

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.15%

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 35.19%
G = 50.15%
B = 14.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#78AB32 (or 0x78AB32) is known color: Sushi. HEX triplet: 78, AB and 32. RGB value is (120,171,50). Sum of RGB (Red+Green+Blue) = 120+171+50=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AB32 is #8754CD. Grayscale: #8E8E8E. Windows color (decimal): -8869070 or 3320696. OLE color: 3320696.

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

Color convert

RGB 120 171 50 -
CMYK 0.30 0 0.71 0.33
HSL 85.29º 0.55% 0.43% -
HSV(B) 85.29º 0.71% 0.67% -
XYZ 22.88 33.35 8.25 -
YUV 141.96 76.1 112.34 -
System Red Green Blue C M Y K H S L
Decimal 120 171 50 0.30 0 0.71 0.33 85.29 0.55 0.43
Hex 78 AB 32 1E 0 47 21 55 37 2B
Octal 170 253 62 36 0 107 41 125 67 53
Binary 1111000 10101011 110010 11110 0 1000111 100001 1010101 110111 101011

Color Harmonies of #78AB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AB32

Black with #78AB32

Text Example


Text Example

White with #78AB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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