#7AC88F

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

Shades of Bay Leaf #7AC88F

Tints of Bay Leaf #7AC88F

Color information

#7AC88F (or 0x7AC88F) is unknown color: approx Bay Leaf. HEX triplet: 7A, C8 and 8F. RGB value is (122,200,143). Sum of RGB (Red+Green+Blue) = 122+200+143=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC88F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC88F is #853770. Grayscale: #AAAAAA. Windows color (decimal): -8730481 or 9422970. OLE color: 9422970.

HSL color Cylindrical-coordinate representation of color #7AC88F: hue angle of 136.15º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AC88F is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB122200143-
CMYK0.3900.280.22
HSL136.15º41.49%63.14%-
HSV(B)136.15º39%78.43%-
XYZ33.6447.4333.37-
YUV170.18112.6693.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.24%
GREEN value IS 200 (78.52% from 255) = 43.01%
BLUE value IS 143 (56.25% from 255) = 30.75%
R=26.24%
G=43.01%
B=30.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1222001430.3900.280.22136.1541.4963.14
Hex7AC88F2701C1688293f
Octal17231021747034262105177
Binary111101011001000100011111001110111001011010001000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,200,143); }

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

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

 a { background-color: rgb(122,200,143); }

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

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

 span { border-color: rgb(122,200,143); }

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