Html Css Color HEX #7ABF8C Bay Leaf

📋 copy color: '#7ABF8C'

red 122 ◦ green 191 ◦ blue 140

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

Shades of Bay Leaf #7ABF8C

Tints of Bay Leaf #7ABF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.91%

R = 26.93%
G = 42.16%
B = 30.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#7ABF8C (or 0x7ABF8C) is known color: Bay Leaf. HEX triplet: 7A, BF and 8C. RGB value is (122,191,140). Sum of RGB (Red+Green+Blue) = 122+191+140=453 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.93% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABF8C is #854073. Grayscale: #A4A4A4. Windows color (decimal): -8732788 or 9224058. OLE color: 9224058.

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

Color convert

RGB 122 191 140 -
CMYK 0.36 0 0.27 0.25
HSL 135.65º 0.35% 0.61% -
HSV(B) 135.65º 0.36% 0.75% -
XYZ 31.39 43.29 31.51 -
YUV 164.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 122 191 140 0.36 0 0.27 0.25 135.65 0.35 0.61
Hex 7A BF 8C 24 0 1B 19 88 23 3D
Octal 172 277 214 44 0 33 31 210 43 75
Binary 1111010 10111111 10001100 100100 0 11011 11001 10001000 100011 111101

Color Harmonies of #7ABF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABF8C

Black with #7ABF8C

Text Example


Text Example

White with #7ABF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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