Html Css Color HEX #7ABE86 Bay Leaf

📋 copy color: '#7ABE86'

red 122 ◦ green 190 ◦ blue 134

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

Shades of Bay Leaf #7ABE86

Tints of Bay Leaf #7ABE86

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.6%

 BLUE value IS 134 (52.73% from 255) = 30.04%

R = 27.35%
G = 42.6%
B = 30.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#7ABE86 (or 0x7ABE86) is known color: Bay Leaf. HEX triplet: 7A, BE and 86. RGB value is (122,190,134). Sum of RGB (Red+Green+Blue) = 122+190+134=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABE86 is #854179. Grayscale: #A3A3A3. Windows color (decimal): -8733050 or 8830586. OLE color: 8830586.

HSL color Cylindrical-coordinate representation of color #7ABE86: hue angle of 130.59º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABE86 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 190 134 -
CMYK 0.36 0 0.29 0.25
HSL 130.59º 0.34% 0.61% -
HSV(B) 130.59º 0.36% 0.75% -
XYZ 30.74 42.69 29.17 -
YUV 163.28 111.47 98.55 -
System Red Green Blue C M Y K H S L
Decimal 122 190 134 0.36 0 0.29 0.25 130.59 0.34 0.61
Hex 7A BE 86 24 0 1D 19 83 22 3D
Octal 172 276 206 44 0 35 31 203 42 75
Binary 1111010 10111110 10000110 100100 0 11101 11001 10000011 100010 111101

Color Harmonies of #7ABE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABE86

Black with #7ABE86

Text Example


Text Example

White with #7ABE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,190,134); }

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

background-color css

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

 a { background-color: rgb(122,190,134); }

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

border-color css

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

 span { border-color: rgb(122,190,134); }

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