Html Css Color HEX #7AB680 Bay Leaf

📋 copy color: '#7AB680'

red 122 ◦ green 182 ◦ blue 128

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

Shades of Bay Leaf #7AB680

Tints of Bay Leaf #7AB680

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.13%

 BLUE value IS 128 (50.39% from 255) = 29.63%

R = 28.24%
G = 42.13%
B = 29.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#7AB680 (or 0x7AB680) is known color: Bay Leaf. HEX triplet: 7A, B6 and 80. RGB value is (122,182,128). Sum of RGB (Red+Green+Blue) = 122+182+128=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB680 is #85497F. Grayscale: #9E9E9E. Windows color (decimal): -8735104 or 8435322. OLE color: 8435322.

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

Color convert

RGB 122 182 128 -
CMYK 0.33 0 0.30 0.29
HSL 126º 0.29% 0.6% -
HSV(B) 126º 0.33% 0.71% -
XYZ 28.65 39.15 26.47 -
YUV 157.9 111.12 102.39 -
System Red Green Blue C M Y K H S L
Decimal 122 182 128 0.33 0 0.30 0.29 126 0.29 0.6
Hex 7A B6 80 21 0 1E 1D 7E 1D 3C
Octal 172 266 200 41 0 36 35 176 35 74
Binary 1111010 10110110 10000000 100001 0 11110 11101 1111110 11101 111100

Color Harmonies of #7AB680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB680

Black with #7AB680

Text Example


Text Example

White with #7AB680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,182,128); }

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

background-color css

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

 a { background-color: rgb(122,182,128); }

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

border-color css

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

 span { border-color: rgb(122,182,128); }

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