Html Css Color HEX #7ABF8D Bay Leaf

📋 copy color: '#7ABF8D'

red 122 ◦ green 191 ◦ blue 141

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

Shades of Bay Leaf #7ABF8D

Tints of Bay Leaf #7ABF8D

RGB

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

 GREEN value IS 191 (75% from 255) = 42.07%

 BLUE value IS 141 (55.47% from 255) = 31.06%

R = 26.87%
G = 42.07%
B = 31.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#7ABF8D (or 0x7ABF8D) is known color: Bay Leaf. HEX triplet: 7A, BF and 8D. RGB value is (122,191,141). Sum of RGB (Red+Green+Blue) = 122+191+141=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABF8D is #854072. Grayscale: #A4A4A4. Windows color (decimal): -8732787 or 9289594. OLE color: 9289594.

HSL color Cylindrical-coordinate representation of color #7ABF8D: hue angle of 136.52º degrees, saturation: 0.35, 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 #7ABF8D is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 191 141 -
CMYK 0.36 0 0.26 0.25
HSL 136.52º 0.35% 0.61% -
HSV(B) 136.52º 0.36% 0.75% -
XYZ 31.46 43.32 31.9 -
YUV 164.67 114.64 97.57 -
System Red Green Blue C M Y K H S L
Decimal 122 191 141 0.36 0 0.26 0.25 136.52 0.35 0.61
Hex 7A BF 8D 24 0 1A 19 89 23 3D
Octal 172 277 215 44 0 32 31 211 43 75
Binary 1111010 10111111 10001101 100100 0 11010 11001 10001001 100011 111101

Color Harmonies of #7ABF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABF8D

Black with #7ABF8D

Text Example


Text Example

White with #7ABF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,191,141); }

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

background-color css

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

 a { background-color: rgb(122,191,141); }

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

border-color css

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

 span { border-color: rgb(122,191,141); }

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