Html Css Color HEX #7AB384 Bay Leaf

📋 copy color: '#7AB384'

red 122 ◦ green 179 ◦ blue 132

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

Shades of Bay Leaf #7AB384

Tints of Bay Leaf #7AB384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.48%

R = 28.18%
G = 41.34%
B = 30.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#7AB384 (or 0x7AB384) is known color: Bay Leaf. HEX triplet: 7A, B3 and 84. RGB value is (122,179,132). Sum of RGB (Red+Green+Blue) = 122+179+132=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB384 is #854C7B. Grayscale: #9C9C9C. Windows color (decimal): -8735868 or 8696698. OLE color: 8696698.

HSL color Cylindrical-coordinate representation of color #7AB384: hue angle of 130.53º 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 #7AB384 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 122 179 132 -
CMYK 0.32 0 0.26 0.30
HSL 130.53º 0.27% 0.59% -
HSV(B) 130.53º 0.32% 0.7% -
XYZ 28.31 38.04 27.68 -
YUV 156.6 114.12 103.32 -
System Red Green Blue C M Y K H S L
Decimal 122 179 132 0.32 0 0.26 0.30 130.53 0.27 0.59
Hex 7A B3 84 20 0 1A 1E 83 1B 3B
Octal 172 263 204 40 0 32 36 203 33 73
Binary 1111010 10110011 10000100 100000 0 11010 11110 10000011 11011 111011

Color Harmonies of #7AB384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB384

Black with #7AB384

Text Example


Text Example

White with #7AB384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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