Html Css Color HEX #78A542 Sushi

📋 copy color: '#78A542'

red 120 ◦ green 165 ◦ blue 66

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

Shades of Sushi #78A542

Tints of Sushi #78A542

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.01%

 BLUE value IS 66 (26.17% from 255) = 18.8%

R = 34.19%
G = 47.01%
B = 18.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#78A542 (or 0x78A542) is known color: Sushi. HEX triplet: 78, A5 and 42. RGB value is (120,165,66). Sum of RGB (Red+Green+Blue) = 120+165+66=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #78A542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A542 is #875ABD. Grayscale: #8C8C8C. Windows color (decimal): -8870590 or 4367736. OLE color: 4367736.

HSL color Cylindrical-coordinate representation of color #78A542: hue angle of 87.27º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78A542 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 120 165 66 -
CMYK 0.27 0 0.60 0.35
HSL 87.27º 0.43% 0.45% -
HSV(B) 87.27º 0.6% 0.65% -
XYZ 22.18 31.3 10.03 -
YUV 140.26 86.09 113.55 -
System Red Green Blue C M Y K H S L
Decimal 120 165 66 0.27 0 0.60 0.35 87.27 0.43 0.45
Hex 78 A5 42 1B 0 3C 23 57 2B 2D
Octal 170 245 102 33 0 74 43 127 53 55
Binary 1111000 10100101 1000010 11011 0 111100 100011 1010111 101011 101101

Color Harmonies of #78A542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A542

Black with #78A542

Text Example


Text Example

White with #78A542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,165,66); }

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

background-color css

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

 a { background-color: rgb(120,165,66); }

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

border-color css

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

 span { border-color: rgb(120,165,66); }

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