Html Css Color HEX #78A12E Sushi

📋 copy color: '#78A12E'

red 120 ◦ green 161 ◦ blue 46

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

Shades of Sushi #78A12E

Tints of Sushi #78A12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.07%

R = 36.7%
G = 49.24%
B = 14.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#78A12E (or 0x78A12E) is known color: Sushi. HEX triplet: 78, A1 and 2E. RGB value is (120,161,46). Sum of RGB (Red+Green+Blue) = 120+161+46=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #78A12E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A12E is #875ED1. Grayscale: #888888. Windows color (decimal): -8871634 or 3055992. OLE color: 3055992.

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

Color convert

RGB 120 161 46 -
CMYK 0.25 0 0.71 0.37
HSL 81.39º 0.56% 0.41% -
HSV(B) 81.39º 0.71% 0.63% -
XYZ 20.98 29.68 7.21 -
YUV 135.63 77.42 116.85 -
System Red Green Blue C M Y K H S L
Decimal 120 161 46 0.25 0 0.71 0.37 81.39 0.56 0.41
Hex 78 A1 2E 19 0 47 25 51 38 29
Octal 170 241 56 31 0 107 45 121 70 51
Binary 1111000 10100001 101110 11001 0 1000111 100101 1010001 111000 101001

Color Harmonies of #78A12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A12E

Black with #78A12E

Text Example


Text Example

White with #78A12E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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