#7AB07E

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

Shades of Bay Leaf #7AB07E

Tints of Bay Leaf #7AB07E

Color information

#7AB07E (or 0x7AB07E) is unknown color: approx Bay Leaf. HEX triplet: 7A, B0 and 7E. RGB value is (122,176,126). Sum of RGB (Red+Green+Blue) = 122+176+126=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB07E is #854F81. Grayscale: #9A9A9A. Windows color (decimal): -8736642 or 8302714. OLE color: 8302714.

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

Color convert

RGB122176126-
CMYK0.3100.280.31
HSL124.44º25.47%58.43%-
HSV(B)124.44º30.68%69.02%-
XYZ27.3236.6925.38-
YUV154.15112.11105.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.77%
GREEN value IS 176 (69.14% from 255) = 41.51%
BLUE value IS 126 (49.61% from 255) = 29.72%
R=28.77%
G=41.51%
B=29.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221761260.3100.280.31124.4425.4758.43
Hex7AB07E1F01C1F7c193a
Octal17226017637034371743172
Binary11110101011000011111101111101110011111111110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,176,126); }

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

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

 a { background-color: rgb(122,176,126); }

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

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

 span { border-color: rgb(122,176,126); }

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