Html Css Color HEX #7AB98A Bay Leaf

📋 copy color: '#7AB98A'

red 122 ◦ green 185 ◦ blue 138

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

Shades of Bay Leaf #7AB98A

Tints of Bay Leaf #7AB98A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

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

R = 27.42%
G = 41.57%
B = 31.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#7AB98A (or 0x7AB98A) is known color: Bay Leaf. HEX triplet: 7A, B9 and 8A. RGB value is (122,185,138). Sum of RGB (Red+Green+Blue) = 122+185+138=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB98A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB98A is #854675. Grayscale: #A0A0A0. Windows color (decimal): -8734326 or 9091450. OLE color: 9091450.

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

Color convert

RGB 122 185 138 -
CMYK 0.34 0 0.25 0.27
HSL 135.24º 0.31% 0.6% -
HSV(B) 135.24º 0.34% 0.73% -
XYZ 29.96 40.67 30.32 -
YUV 160.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 122 185 138 0.34 0 0.25 0.27 135.24 0.31 0.6
Hex 7A B9 8A 22 0 19 1B 87 1F 3C
Octal 172 271 212 42 0 31 33 207 37 74
Binary 1111010 10111001 10001010 100010 0 11001 11011 10000111 11111 111100

Color Harmonies of #7AB98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB98A

Black with #7AB98A

Text Example


Text Example

White with #7AB98A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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