Html Css Color HEX #7AB482 Bay Leaf

📋 copy color: '#7AB482'

red 122 ◦ green 180 ◦ blue 130

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

Shades of Bay Leaf #7AB482

Tints of Bay Leaf #7AB482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.09%

R = 28.24%
G = 41.67%
B = 30.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#7AB482 (or 0x7AB482) is known color: Bay Leaf. HEX triplet: 7A, B4 and 82. RGB value is (122,180,130). Sum of RGB (Red+Green+Blue) = 122+180+130=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB482 is #854B7D. Grayscale: #9D9D9D. Windows color (decimal): -8735614 or 8565882. OLE color: 8565882.

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

Color convert

RGB 122 180 130 -
CMYK 0.32 0 0.28 0.29
HSL 128.28º 0.28% 0.59% -
HSV(B) 128.28º 0.32% 0.71% -
XYZ 28.38 38.39 27.03 -
YUV 156.96 112.78 103.07 -
System Red Green Blue C M Y K H S L
Decimal 122 180 130 0.32 0 0.28 0.29 128.28 0.28 0.59
Hex 7A B4 82 20 0 1C 1D 80 1C 3B
Octal 172 264 202 40 0 34 35 200 34 73
Binary 1111010 10110100 10000010 100000 0 11100 11101 10000000 11100 111011

Color Harmonies of #7AB482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB482

Black with #7AB482

Text Example


Text Example

White with #7AB482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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