Html Css Color HEX #78A492 Acapulco

📋 copy color: '#78A492'

red 120 ◦ green 164 ◦ blue 146

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

Shades of Acapulco #78A492

Tints of Acapulco #78A492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.14%

 BLUE value IS 146 (57.42% from 255) = 33.95%

R = 27.91%
G = 38.14%
B = 33.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#78A492 (or 0x78A492) is known color: Acapulco. HEX triplet: 78, A4 and 92. RGB value is (120,164,146). Sum of RGB (Red+Green+Blue) = 120+164+146=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 164 - color contains mainly: green. Hex color #78A492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A492 is #875B6D. Grayscale: #949494. Windows color (decimal): -8870766 or 9610360. OLE color: 9610360.

HSL color Cylindrical-coordinate representation of color #78A492: hue angle of 155.45º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78A492 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 164 146 -
CMYK 0.27 0 0.11 0.36
HSL 155.45º 0.19% 0.56% -
HSV(B) 155.45º 0.27% 0.64% -
XYZ 26.21 32.62 32.11 -
YUV 148.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 120 164 146 0.27 0 0.11 0.36 155.45 0.19 0.56
Hex 78 A4 92 1B 0 B 24 9B 13 38
Octal 170 244 222 33 0 13 44 233 23 70
Binary 1111000 10100100 10010010 11011 0 1011 100100 10011011 10011 111000

Color Harmonies of #78A492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A492

Black with #78A492

Text Example


Text Example

White with #78A492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,164,146); }

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

background-color css

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

 a { background-color: rgb(120,164,146); }

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

border-color css

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

 span { border-color: rgb(120,164,146); }

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