Html Css Color HEX #7CAA85 Bay Leaf

📋 copy color: '#7CAA85'

red 124 ◦ green 170 ◦ blue 133

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

Shades of Bay Leaf #7CAA85

Tints of Bay Leaf #7CAA85

RGB

 RED value IS 124 (48.83% from 255) = 29.04%

 GREEN value IS 170 (66.8% from 255) = 39.81%

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

R = 29.04%
G = 39.81%
B = 31.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#7CAA85 (or 0x7CAA85) is known color: Bay Leaf. HEX triplet: 7C, AA and 85. RGB value is (124,170,133). Sum of RGB (Red+Green+Blue) = 124+170+133=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAA85 is #83557A. Grayscale: #989898. Windows color (decimal): -8607099 or 8759932. OLE color: 8759932.

HSL color Cylindrical-coordinate representation of color #7CAA85: hue angle of 131.74º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7CAA85 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 170 133 -
CMYK 0.27 0 0.22 0.33
HSL 131.74º 0.21% 0.58% -
HSV(B) 131.74º 0.27% 0.67% -
XYZ 26.92 34.73 27.47 -
YUV 152.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 124 170 133 0.27 0 0.22 0.33 131.74 0.21 0.58
Hex 7C AA 85 1B 0 16 21 84 15 3A
Octal 174 252 205 33 0 26 41 204 25 72
Binary 1111100 10101010 10000101 11011 0 10110 100001 10000100 10101 111010

Color Harmonies of #7CAA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAA85

Black with #7CAA85

Text Example


Text Example

White with #7CAA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,170,133); }

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

background-color css

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

 a { background-color: rgb(124,170,133); }

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

border-color css

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

 span { border-color: rgb(124,170,133); }

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