Html Css Color HEX #7AB984 Bay Leaf

📋 copy color: '#7AB984'

red 122 ◦ green 185 ◦ blue 132

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

Shades of Bay Leaf #7AB984

Tints of Bay Leaf #7AB984

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.14%

 BLUE value IS 132 (51.95% from 255) = 30.07%

R = 27.79%
G = 42.14%
B = 30.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#7AB984 (or 0x7AB984) is known color: Bay Leaf. HEX triplet: 7A, B9 and 84. RGB value is (122,185,132). Sum of RGB (Red+Green+Blue) = 122+185+132=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB984 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB984 is #85467B. Grayscale: #A0A0A0. Windows color (decimal): -8734332 or 8698234. OLE color: 8698234.

HSL color Cylindrical-coordinate representation of color #7AB984: hue angle of 129.52º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AB984 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 185 132 -
CMYK 0.34 0 0.29 0.27
HSL 129.52º 0.31% 0.6% -
HSV(B) 129.52º 0.34% 0.73% -
XYZ 29.54 40.5 28.09 -
YUV 160.12 112.13 100.81 -
System Red Green Blue C M Y K H S L
Decimal 122 185 132 0.34 0 0.29 0.27 129.52 0.31 0.6
Hex 7A B9 84 22 0 1D 1B 82 1F 3C
Octal 172 271 204 42 0 35 33 202 37 74
Binary 1111010 10111001 10000100 100010 0 11101 11011 10000010 11111 111100

Color Harmonies of #7AB984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB984

Black with #7AB984

Text Example


Text Example

White with #7AB984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,185,132); }

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

background-color css

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

 a { background-color: rgb(122,185,132); }

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

border-color css

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

 span { border-color: rgb(122,185,132); }

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