Html Css Color HEX #7BA490 Acapulco

📋 copy color: '#7BA490'

red 123 ◦ green 164 ◦ blue 144

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

Shades of Acapulco #7BA490

Tints of Acapulco #7BA490

RGB

 RED value IS 123 (48.44% from 255) = 28.54%

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

 BLUE value IS 144 (56.64% from 255) = 33.41%

R = 28.54%
G = 38.05%
B = 33.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#7BA490 (or 0x7BA490) is known color: Acapulco. HEX triplet: 7B, A4 and 90. RGB value is (123,164,144). Sum of RGB (Red+Green+Blue) = 123+164+144=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA490 is #845B6F. Grayscale: #959595. Windows color (decimal): -8674160 or 9479291. OLE color: 9479291.

HSL color Cylindrical-coordinate representation of color #7BA490: hue angle of 150.73º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7BA490 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 123 164 144 -
CMYK 0.25 0 0.12 0.36
HSL 150.73º 0.18% 0.56% -
HSV(B) 150.73º 0.25% 0.64% -
XYZ 26.48 32.78 31.32 -
YUV 149.46 124.92 109.13 -
System Red Green Blue C M Y K H S L
Decimal 123 164 144 0.25 0 0.12 0.36 150.73 0.18 0.56
Hex 7B A4 90 19 0 C 24 97 12 38
Octal 173 244 220 31 0 14 44 227 22 70
Binary 1111011 10100100 10010000 11001 0 1100 100100 10010111 10010 111000

Color Harmonies of #7BA490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA490

Black with #7BA490

Text Example


Text Example

White with #7BA490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BA490; }

 p { color: rgb(123,164,144); }

 H1.HeaderClassName
 {
   color: #7BA490;
 }
 .AnyTagClassName
 {
   color: #7BA490;
 }
</style>

background-color css

<style>
 a { background-color: #7BA490; }

 a { background-color: rgb(123,164,144); }

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

border-color css

<style>
 span { border-color: #7BA490; }

 span { border-color: rgb(123,164,144); }

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