Html Css Color HEX #7AAF87 Bay Leaf

📋 copy color: '#7AAF87'

red 122 ◦ green 175 ◦ blue 135

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

Shades of Bay Leaf #7AAF87

Tints of Bay Leaf #7AAF87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.25%

R = 28.24%
G = 40.51%
B = 31.25%

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

#7AAF87 (or 0x7AAF87) is known color: Bay Leaf. HEX triplet: 7A, AF and 87. RGB value is (122,175,135). Sum of RGB (Red+Green+Blue) = 122+175+135=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAF87 is #855078. Grayscale: #9A9A9A. Windows color (decimal): -8736889 or 8892282. OLE color: 8892282.

HSL color Cylindrical-coordinate representation of color #7AAF87: hue angle of 134.72º 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 #7AAF87 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 175 135 -
CMYK 0.30 0 0.23 0.31
HSL 134.72º 0.25% 0.58% -
HSV(B) 134.72º 0.3% 0.69% -
XYZ 27.73 36.55 28.51 -
YUV 154.59 116.94 104.75 -
System Red Green Blue C M Y K H S L
Decimal 122 175 135 0.30 0 0.23 0.31 134.72 0.25 0.58
Hex 7A AF 87 1E 0 17 1F 87 19 3A
Octal 172 257 207 36 0 27 37 207 31 72
Binary 1111010 10101111 10000111 11110 0 10111 11111 10000111 11001 111010

Color Harmonies of #7AAF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAF87

Black with #7AAF87

Text Example


Text Example

White with #7AAF87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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