Html Css Color HEX #7AB490 Bay Leaf

📋 copy color: '#7AB490'

red 122 ◦ green 180 ◦ blue 144

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

Shades of Bay Leaf #7AB490

Tints of Bay Leaf #7AB490

RGB

 RED value IS 122 (48.05% from 255) = 27.35%

 GREEN value IS 180 (70.7% from 255) = 40.36%

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

R = 27.35%
G = 40.36%
B = 32.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#7AB490 (or 0x7AB490) is known color: Bay Leaf. HEX triplet: 7A, B4 and 90. RGB value is (122,180,144). Sum of RGB (Red+Green+Blue) = 122+180+144=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB490 is #854B6F. Grayscale: #9E9E9E. Windows color (decimal): -8735600 or 9483386. OLE color: 9483386.

HSL color Cylindrical-coordinate representation of color #7AB490: hue angle of 142.76º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB490 is Cyan = 0.32, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 180 144 -
CMYK 0.32 0 0.2 0.29
HSL 142.76º 0.28% 0.59% -
HSV(B) 142.76º 0.32% 0.71% -
XYZ 29.38 38.79 32.32 -
YUV 158.55 119.78 101.93 -
System Red Green Blue C M Y K H S L
Decimal 122 180 144 0.32 0 0.2 0.29 142.76 0.28 0.59
Hex 7A B4 90 20 0 14 1D 8F 1C 3B
Octal 172 264 220 40 0 24 35 217 34 73
Binary 1111010 10110100 10010000 100000 0 10100 11101 10001111 11100 111011

Color Harmonies of #7AB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB490

Black with #7AB490

Text Example


Text Example

White with #7AB490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,180,144); }

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

background-color css

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

 a { background-color: rgb(122,180,144); }

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

border-color css

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

 span { border-color: rgb(122,180,144); }

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