Html Css Color HEX #7CA58C Bay Leaf

📋 copy color: '#7CA58C'

red 124 ◦ green 165 ◦ blue 140

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

Shades of Bay Leaf #7CA58C

Tints of Bay Leaf #7CA58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.63%

R = 28.9%
G = 38.46%
B = 32.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#7CA58C (or 0x7CA58C) is known color: Bay Leaf. HEX triplet: 7C, A5 and 8C. RGB value is (124,165,140). Sum of RGB (Red+Green+Blue) = 124+165+140=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA58C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA58C is #835A73. Grayscale: #959595. Windows color (decimal): -8608372 or 9217404. OLE color: 9217404.

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

Color convert

RGB 124 165 140 -
CMYK 0.25 0 0.15 0.35
HSL 143.41º 0.19% 0.57% -
HSV(B) 143.41º 0.25% 0.65% -
XYZ 26.5 33.09 29.8 -
YUV 149.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 124 165 140 0.25 0 0.15 0.35 143.41 0.19 0.57
Hex 7C A5 8C 19 0 F 23 8F 13 39
Octal 174 245 214 31 0 17 43 217 23 71
Binary 1111100 10100101 10001100 11001 0 1111 100011 10001111 10011 111001

Color Harmonies of #7CA58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA58C

Black with #7CA58C

Text Example


Text Example

White with #7CA58C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,165,140); }

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

background-color css

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

 a { background-color: rgb(124,165,140); }

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

border-color css

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

 span { border-color: rgb(124,165,140); }

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