Html Css Color HEX #7ABA8E Bay Leaf

📋 copy color: '#7ABA8E'

red 122 ◦ green 186 ◦ blue 142

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

Shades of Bay Leaf #7ABA8E

Tints of Bay Leaf #7ABA8E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.33%

 BLUE value IS 142 (55.86% from 255) = 31.56%

R = 27.11%
G = 41.33%
B = 31.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#7ABA8E (or 0x7ABA8E) is known color: Bay Leaf. HEX triplet: 7A, BA and 8E. RGB value is (122,186,142). Sum of RGB (Red+Green+Blue) = 122+186+142=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABA8E is #854571. Grayscale: #A1A1A1. Windows color (decimal): -8734066 or 9353850. OLE color: 9353850.

HSL color Cylindrical-coordinate representation of color #7ABA8E: hue angle of 138.75º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7ABA8E is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 186 142 -
CMYK 0.34 0 0.24 0.27
HSL 138.75º 0.32% 0.6% -
HSV(B) 138.75º 0.34% 0.73% -
XYZ 30.47 41.21 31.94 -
YUV 161.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 122 186 142 0.34 0 0.24 0.27 138.75 0.32 0.6
Hex 7A BA 8E 22 0 18 1B 8B 20 3C
Octal 172 272 216 42 0 30 33 213 40 74
Binary 1111010 10111010 10001110 100010 0 11000 11011 10001011 100000 111100

Color Harmonies of #7ABA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABA8E

Black with #7ABA8E

Text Example


Text Example

White with #7ABA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,186,142); }

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

background-color css

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

 a { background-color: rgb(122,186,142); }

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

border-color css

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

 span { border-color: rgb(122,186,142); }

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