Html Css Color HEX #7AAF86 Bay Leaf

📋 copy color: '#7AAF86'

red 122 ◦ green 175 ◦ blue 134

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

Shades of Bay Leaf #7AAF86

Tints of Bay Leaf #7AAF86

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.6%

 BLUE value IS 134 (52.73% from 255) = 31.09%

R = 28.31%
G = 40.6%
B = 31.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#7AAF86 (or 0x7AAF86) is known color: Bay Leaf. HEX triplet: 7A, AF and 86. RGB value is (122,175,134). Sum of RGB (Red+Green+Blue) = 122+175+134=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAF86 is #855079. Grayscale: #9A9A9A. Windows color (decimal): -8736890 or 8826746. OLE color: 8826746.

HSL color Cylindrical-coordinate representation of color #7AAF86: hue angle of 133.58º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAF86 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 175 134 -
CMYK 0.30 0 0.23 0.31
HSL 133.58º 0.25% 0.58% -
HSV(B) 133.58º 0.3% 0.69% -
XYZ 27.66 36.52 28.15 -
YUV 154.48 116.44 104.83 -
System Red Green Blue C M Y K H S L
Decimal 122 175 134 0.30 0 0.23 0.31 133.58 0.25 0.58
Hex 7A AF 86 1E 0 17 1F 86 19 3A
Octal 172 257 206 36 0 27 37 206 31 72
Binary 1111010 10101111 10000110 11110 0 10111 11111 10000110 11001 111010

Color Harmonies of #7AAF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAF86

Black with #7AAF86

Text Example


Text Example

White with #7AAF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,175,134); }

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

background-color css

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

 a { background-color: rgb(122,175,134); }

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

border-color css

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

 span { border-color: rgb(122,175,134); }

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