Html Css Color HEX #7AA485 Bay Leaf

📋 copy color: '#7AA485'

red 122 ◦ green 164 ◦ blue 133

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

Shades of Bay Leaf #7AA485

Tints of Bay Leaf #7AA485

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.14%

 BLUE value IS 133 (52.34% from 255) = 31.74%

R = 29.12%
G = 39.14%
B = 31.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#7AA485 (or 0x7AA485) is known color: Bay Leaf. HEX triplet: 7A, A4 and 85. RGB value is (122,164,133). Sum of RGB (Red+Green+Blue) = 122+164+133=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA485 is #855B7A. Grayscale: #939393. Windows color (decimal): -8739707 or 8758394. OLE color: 8758394.

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

Color convert

RGB 122 164 133 -
CMYK 0.26 0 0.19 0.36
HSL 135.71º 0.19% 0.56% -
HSV(B) 135.71º 0.26% 0.64% -
XYZ 25.54 32.38 27.09 -
YUV 147.91 119.59 109.52 -
System Red Green Blue C M Y K H S L
Decimal 122 164 133 0.26 0 0.19 0.36 135.71 0.19 0.56
Hex 7A A4 85 1A 0 13 24 88 13 38
Octal 172 244 205 32 0 23 44 210 23 70
Binary 1111010 10100100 10000101 11010 0 10011 100100 10001000 10011 111000

Color Harmonies of #7AA485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA485

Black with #7AA485

Text Example


Text Example

White with #7AA485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,164,133); }

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

background-color css

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

 a { background-color: rgb(122,164,133); }

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

border-color css

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

 span { border-color: rgb(122,164,133); }

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