Html Css Color HEX #7AB38B Bay Leaf

📋 copy color: '#7AB38B'

red 122 ◦ green 179 ◦ blue 139

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

Shades of Bay Leaf #7AB38B

Tints of Bay Leaf #7AB38B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.68%

 BLUE value IS 139 (54.69% from 255) = 31.59%

R = 27.73%
G = 40.68%
B = 31.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#7AB38B (or 0x7AB38B) is known color: Bay Leaf. HEX triplet: 7A, B3 and 8B. RGB value is (122,179,139). Sum of RGB (Red+Green+Blue) = 122+179+139=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB38B is #854C74. Grayscale: #9D9D9D. Windows color (decimal): -8735861 or 9155450. OLE color: 9155450.

HSL color Cylindrical-coordinate representation of color #7AB38B: hue angle of 137.89º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB38B is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 122 179 139 -
CMYK 0.32 0 0.22 0.30
HSL 137.89º 0.27% 0.59% -
HSV(B) 137.89º 0.32% 0.7% -
XYZ 28.81 38.24 30.29 -
YUV 157.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 122 179 139 0.32 0 0.22 0.30 137.89 0.27 0.59
Hex 7A B3 8B 20 0 16 1E 8A 1B 3B
Octal 172 263 213 40 0 26 36 212 33 73
Binary 1111010 10110011 10001011 100000 0 10110 11110 10001010 11011 111011

Color Harmonies of #7AB38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB38B

Black with #7AB38B

Text Example


Text Example

White with #7AB38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,179,139); }

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

background-color css

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

 a { background-color: rgb(122,179,139); }

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

border-color css

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

 span { border-color: rgb(122,179,139); }

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