Html Css Color HEX #78A12A Sushi

📋 copy color: '#78A12A'

red 120 ◦ green 161 ◦ blue 42

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

Shades of Sushi #78A12A

Tints of Sushi #78A12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13%

R = 37.15%
G = 49.85%
B = 13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#78A12A (or 0x78A12A) is known color: Sushi. HEX triplet: 78, A1 and 2A. RGB value is (120,161,42). Sum of RGB (Red+Green+Blue) = 120+161+42=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #78A12A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A12A is #875ED5. Grayscale: #878787. Windows color (decimal): -8871638 or 2793848. OLE color: 2793848.

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

Color convert

RGB 120 161 42 -
CMYK 0.25 0 0.74 0.37
HSL 80.67º 0.59% 0.4% -
HSV(B) 80.67º 0.74% 0.63% -
XYZ 20.91 29.65 6.81 -
YUV 135.18 75.42 117.18 -
System Red Green Blue C M Y K H S L
Decimal 120 161 42 0.25 0 0.74 0.37 80.67 0.59 0.4
Hex 78 A1 2A 19 0 4A 25 51 3B 28
Octal 170 241 52 31 0 112 45 121 73 50
Binary 1111000 10100001 101010 11001 0 1001010 100101 1010001 111011 101000

Color Harmonies of #78A12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A12A

Black with #78A12A

Text Example


Text Example

White with #78A12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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