#7AAF83

Color #7AAF83 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #7AAF83

Tints of Bay Leaf #7AAF83

Color information

#7AAF83 (or 0x7AAF83) is unknown color: approx Bay Leaf. HEX triplet: 7A, AF and 83. RGB value is (122,175,131). Sum of RGB (Red+Green+Blue) = 122+175+131=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAF83 is #85507C. Grayscale: #9A9A9A. Windows color (decimal): -8736893 or 8630138. OLE color: 8630138.

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

Color convert

RGB122175131-
CMYK0.3000.250.31
HSL130.19º24.88%58.24%-
HSV(B)130.19º30.29%68.63%-
XYZ27.4536.4427.06-
YUV154.14114.94105.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.50%
GREEN value IS 175 (68.75% from 255) = 40.89%
BLUE value IS 131 (51.56% from 255) = 30.61%
R=28.50%
G=40.89%
B=30.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221751310.3000.250.31130.1924.8858.24
Hex7AAF831E0191F82193a
Octal17225720336031372023172
Binary1111010101011111000001111110011001111111000001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AAF83;
 }
 .AnyTagClassName
 {
   color: #7AAF83;
 }
</style>
background-color css

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

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

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

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

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

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