Html Css Color HEX #7AA583 Bay Leaf

📋 copy color: '#7AA583'

red 122 ◦ green 165 ◦ blue 131

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

Shades of Bay Leaf #7AA583

Tints of Bay Leaf #7AA583

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.47%

 BLUE value IS 131 (51.56% from 255) = 31.34%

R = 29.19%
G = 39.47%
B = 31.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#7AA583 (or 0x7AA583) is known color: Bay Leaf. HEX triplet: 7A, A5 and 83. RGB value is (122,165,131). Sum of RGB (Red+Green+Blue) = 122+165+131=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA583 is #855A7C. Grayscale: #949494. Windows color (decimal): -8739453 or 8627578. OLE color: 8627578.

HSL color Cylindrical-coordinate representation of color #7AA583: hue angle of 132.56º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA583 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 122 165 131 -
CMYK 0.26 0 0.21 0.35
HSL 132.56º 0.19% 0.56% -
HSV(B) 132.56º 0.26% 0.65% -
XYZ 25.58 32.69 26.43 -
YUV 148.27 118.25 109.26 -
System Red Green Blue C M Y K H S L
Decimal 122 165 131 0.26 0 0.21 0.35 132.56 0.19 0.56
Hex 7A A5 83 1A 0 15 23 85 13 38
Octal 172 245 203 32 0 25 43 205 23 70
Binary 1111010 10100101 10000011 11010 0 10101 100011 10000101 10011 111000

Color Harmonies of #7AA583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA583

Black with #7AA583

Text Example


Text Example

White with #7AA583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,165,131); }

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

background-color css

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

 a { background-color: rgb(122,165,131); }

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

border-color css

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

 span { border-color: rgb(122,165,131); }

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