Html Css Color HEX #7CAC83 Bay Leaf

📋 copy color: '#7CAC83'

red 124 ◦ green 172 ◦ blue 131

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

Shades of Bay Leaf #7CAC83

Tints of Bay Leaf #7CAC83

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.28%

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

R = 29.04%
G = 40.28%
B = 30.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#7CAC83 (or 0x7CAC83) is known color: Bay Leaf. HEX triplet: 7C, AC and 83. RGB value is (124,172,131). Sum of RGB (Red+Green+Blue) = 124+172+131=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAC83 is #83537C. Grayscale: #999999. Windows color (decimal): -8606589 or 8629372. OLE color: 8629372.

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

Color convert

RGB 124 172 131 -
CMYK 0.28 0 0.24 0.33
HSL 128.75º 0.22% 0.58% -
HSV(B) 128.75º 0.28% 0.67% -
XYZ 27.16 35.43 26.88 -
YUV 152.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 124 172 131 0.28 0 0.24 0.33 128.75 0.22 0.58
Hex 7C AC 83 1C 0 18 21 81 16 3A
Octal 174 254 203 34 0 30 41 201 26 72
Binary 1111100 10101100 10000011 11100 0 11000 100001 10000001 10110 111010

Color Harmonies of #7CAC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAC83

Black with #7CAC83

Text Example


Text Example

White with #7CAC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,172,131); }

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

background-color css

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

 a { background-color: rgb(124,172,131); }

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

border-color css

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

 span { border-color: rgb(124,172,131); }

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