Html Css Color HEX #7AA781 Bay Leaf

📋 copy color: '#7AA781'

red 122 ◦ green 167 ◦ blue 129

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

Shades of Bay Leaf #7AA781

Tints of Bay Leaf #7AA781

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.95%

 BLUE value IS 129 (50.78% from 255) = 30.86%

R = 29.19%
G = 39.95%
B = 30.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#7AA781 (or 0x7AA781) is known color: Bay Leaf. HEX triplet: 7A, A7 and 81. RGB value is (122,167,129). Sum of RGB (Red+Green+Blue) = 122+167+129=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 167 - color contains mainly: green. Hex color #7AA781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA781 is #85587E. Grayscale: #959595. Windows color (decimal): -8738943 or 8497018. OLE color: 8497018.

HSL color Cylindrical-coordinate representation of color #7AA781: hue angle of 129.33º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7AA781 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 122 167 129 -
CMYK 0.27 0 0.23 0.35
HSL 129.33º 0.2% 0.57% -
HSV(B) 129.33º 0.27% 0.65% -
XYZ 25.81 33.36 25.85 -
YUV 149.21 116.59 108.59 -
System Red Green Blue C M Y K H S L
Decimal 122 167 129 0.27 0 0.23 0.35 129.33 0.2 0.57
Hex 7A A7 81 1B 0 17 23 81 14 39
Octal 172 247 201 33 0 27 43 201 24 71
Binary 1111010 10100111 10000001 11011 0 10111 100011 10000001 10100 111001

Color Harmonies of #7AA781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA781

Black with #7AA781

Text Example


Text Example

White with #7AA781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,167,129); }

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

background-color css

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

 a { background-color: rgb(122,167,129); }

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

border-color css

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

 span { border-color: rgb(122,167,129); }

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