Html Css Color HEX #78963A Sushi

📋 copy color: '#78963A'

red 120 ◦ green 150 ◦ blue 58

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

Shades of Sushi #78963A

Tints of Sushi #78963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.73%

 BLUE value IS 58 (23.05% from 255) = 17.68%

R = 36.59%
G = 45.73%
B = 17.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#78963A (or 0x78963A) is known color: Sushi. HEX triplet: 78, 96 and 3A. RGB value is (120,150,58). Sum of RGB (Red+Green+Blue) = 120+150+58=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #78963A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78963A is #8769C5. Grayscale: #828282. Windows color (decimal): -8874438 or 3839608. OLE color: 3839608.

HSL color Cylindrical-coordinate representation of color #78963A: hue angle of 79.57º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78963A is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 120 150 58 -
CMYK 0.20 0 0.61 0.41
HSL 79.57º 0.44% 0.41% -
HSV(B) 79.57º 0.61% 0.59% -
XYZ 19.42 26.11 8.02 -
YUV 130.54 87.06 120.48 -
System Red Green Blue C M Y K H S L
Decimal 120 150 58 0.20 0 0.61 0.41 79.57 0.44 0.41
Hex 78 96 3A 14 0 3D 29 50 2C 29
Octal 170 226 72 24 0 75 51 120 54 51
Binary 1111000 10010110 111010 10100 0 111101 101001 1010000 101100 101001

Color Harmonies of #78963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78963A

Black with #78963A

Text Example


Text Example

White with #78963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78963A; }

 p { color: rgb(120,150,58); }

 H1.HeaderClassName
 {
   color: #78963A;
 }
 .AnyTagClassName
 {
   color: #78963A;
 }
</style>

background-color css

<style>
 a { background-color: #78963A; }

 a { background-color: rgb(120,150,58); }

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

border-color css

<style>
 span { border-color: #78963A; }

 span { border-color: rgb(120,150,58); }

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