Html Css Color HEX #7AB48D Bay Leaf

📋 copy color: '#7AB48D'

red 122 ◦ green 180 ◦ blue 141

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

Shades of Bay Leaf #7AB48D

Tints of Bay Leaf #7AB48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.83%

R = 27.54%
G = 40.63%
B = 31.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#7AB48D (or 0x7AB48D) is known color: Bay Leaf. HEX triplet: 7A, B4 and 8D. RGB value is (122,180,141). Sum of RGB (Red+Green+Blue) = 122+180+141=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB48D is #854B72. Grayscale: #9E9E9E. Windows color (decimal): -8735603 or 9286778. OLE color: 9286778.

HSL color Cylindrical-coordinate representation of color #7AB48D: hue angle of 139.66º 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 #7AB48D is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 180 141 -
CMYK 0.32 0 0.22 0.29
HSL 139.66º 0.28% 0.59% -
HSV(B) 139.66º 0.32% 0.71% -
XYZ 29.16 38.7 31.13 -
YUV 158.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 122 180 141 0.32 0 0.22 0.29 139.66 0.28 0.59
Hex 7A B4 8D 20 0 16 1D 8C 1C 3B
Octal 172 264 215 40 0 26 35 214 34 73
Binary 1111010 10110100 10001101 100000 0 10110 11101 10001100 11100 111011

Color Harmonies of #7AB48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB48D

Black with #7AB48D

Text Example


Text Example

White with #7AB48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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