Html Css Color HEX #7AB58A Bay Leaf

📋 copy color: '#7AB58A'

red 122 ◦ green 181 ◦ blue 138

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

Shades of Bay Leaf #7AB58A

Tints of Bay Leaf #7AB58A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.04%

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 27.66%
G = 41.04%
B = 31.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#7AB58A (or 0x7AB58A) is known color: Bay Leaf. HEX triplet: 7A, B5 and 8A. RGB value is (122,181,138). Sum of RGB (Red+Green+Blue) = 122+181+138=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB58A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB58A is #854A75. Grayscale: #9E9E9E. Windows color (decimal): -8735350 or 9090426. OLE color: 9090426.

HSL color Cylindrical-coordinate representation of color #7AB58A: hue angle of 136.27º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB58A is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 181 138 -
CMYK 0.33 0 0.24 0.29
HSL 136.27º 0.29% 0.59% -
HSV(B) 136.27º 0.33% 0.71% -
XYZ 29.14 39.02 30.04 -
YUV 158.46 116.45 102 -
System Red Green Blue C M Y K H S L
Decimal 122 181 138 0.33 0 0.24 0.29 136.27 0.29 0.59
Hex 7A B5 8A 21 0 18 1D 88 1D 3B
Octal 172 265 212 41 0 30 35 210 35 73
Binary 1111010 10110101 10001010 100001 0 11000 11101 10001000 11101 111011

Color Harmonies of #7AB58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB58A

Black with #7AB58A

Text Example


Text Example

White with #7AB58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,181,138); }

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

background-color css

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

 a { background-color: rgb(122,181,138); }

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

border-color css

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

 span { border-color: rgb(122,181,138); }

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